Html Css Color HEX #81E2FB Light Sky Blue

📋 copy color: '#81E2FB'

red 129 ◦ green 226 ◦ blue 251

#81E2FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #81E2FB

Tints of Light Sky Blue #81E2FB

RGB

 RED value IS 129 (50.78% from 255) = 21.29%

 GREEN value IS 226 (88.67% from 255) = 37.29%

 BLUE value IS 251 (98.44% from 255) = 41.42%

R = 21.29%
G = 37.29%
B = 41.42%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#81E2FB (or 0x81E2FB) is known color: Light Sky Blue. HEX triplet: 81, E2 and FB. RGB value is (129,226,251). Sum of RGB (Red+Green+Blue) = 129+226+251=606 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.29% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #81E2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E2FB is #7E1D04. Grayscale: #C7C7C7. Windows color (decimal): -8264965 or 16507521. OLE color: 16507521.

HSL color Cylindrical-coordinate representation of color #81E2FB: hue angle of 192.3º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81E2FB is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 226 251 -
CMYK 0.49 0.10 0 0.02
HSL 192.3º 0.94% 0.75% -
HSV(B) 192.3º 0.49% 0.98% -
XYZ 53.66 66.02 101.18 -
YUV 199.85 156.86 77.47 -
System Red Green Blue C M Y K H S L
Decimal 129 226 251 0.49 0.10 0 0.02 192.3 0.94 0.75
Hex 81 E2 FB 31 A 0 2 C0 5E 4B
Octal 201 342 373 61 12 0 2 300 136 113
Binary 10000001 11100010 11111011 110001 1010 0 10 11000000 1011110 1001011

Color Harmonies of #81E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81E2FB

Black with #81E2FB

Text Example


Text Example

White with #81E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81E2FB; }

 p { color: rgb(129,226,251); }

 H1.HeaderClassName
 {
   color: #81E2FB;
 }
 .AnyTagClassName
 {
   color: #81E2FB;
 }
</style>

background-color css

<style>
 a { background-color: #81E2FB; }

 a { background-color: rgb(129,226,251); }

 div.DivClassName
 {
   background-color: #81E2FB;
 }
 .BgClassName
 {
   background-color: #81E2FB;
 }
</style>

border-color css

<style>
 span { border-color: #81E2FB; }

 span { border-color: rgb(129,226,251); }

 td.TdClassName
 {
   border-color: #81E2FB;
 }
 .TagClassName
 {
   border-color: #81E2FB;
 }
</style>