Html Css Color HEX #81DBFF Light Sky Blue

📋 copy color: '#81DBFF'

red 129 ◦ green 219 ◦ blue 255

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

Shades of Light Sky Blue #81DBFF

Tints of Light Sky Blue #81DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 255 (100% from 255) = 42.29%

R = 21.39%
G = 36.32%
B = 42.29%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81DBFF (or 0x81DBFF) is known color: Light Sky Blue. HEX triplet: 81, DB and FF. RGB value is (129,219,255). Sum of RGB (Red+Green+Blue) = 129+219+255=603 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.39% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #81DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBFF is #7E2400. Grayscale: #C3C3C3. Windows color (decimal): -8266753 or 16767873. OLE color: 16767873.

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

Color convert

RGB 129 219 255 -
CMYK 0.49 0.14 0 0
HSL 197.14º 1% 0.75% -
HSV(B) 197.14º 0.49% 1% -
XYZ 52.43 62.55 103.92 -
YUV 196.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 129 219 255 0.49 0.14 0 0 197.14 1 0.75
Hex 81 DB FF 31 E 0 0 C5 64 4B
Octal 201 333 377 61 16 0 0 305 144 113
Binary 10000001 11011011 11111111 110001 1110 0 0 11000101 1100100 1001011

Color Harmonies of #81DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DBFF

Black with #81DBFF

Text Example


Text Example

White with #81DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,219,255); }

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

background-color css

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

 a { background-color: rgb(129,219,255); }

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

border-color css

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

 span { border-color: rgb(129,219,255); }

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