Html Css Color HEX #81CEFF Light Sky Blue

📋 copy color: '#81CEFF'

red 129 ◦ green 206 ◦ blue 255

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

Shades of Light Sky Blue #81CEFF

Tints of Light Sky Blue #81CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.92%

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

R = 21.86%
G = 34.92%
B = 43.22%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81CEFF (or 0x81CEFF) is known color: Light Sky Blue. HEX triplet: 81, CE and FF. RGB value is (129,206,255). Sum of RGB (Red+Green+Blue) = 129+206+255=590 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.86% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #81CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CEFF is #7E3100. Grayscale: #BCBCBC. Windows color (decimal): -8270081 or 16764545. OLE color: 16764545.

HSL color Cylindrical-coordinate representation of color #81CEFF: hue angle of 203.33º 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 #81CEFF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 129 206 255 -
CMYK 0.49 0.19 0 0
HSL 203.33º 1% 0.75% -
HSV(B) 203.33º 0.49% 1% -
XYZ 49.17 56.03 102.83 -
YUV 188.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 129 206 255 0.49 0.19 0 0 203.33 1 0.75
Hex 81 CE FF 31 13 0 0 CB 64 4B
Octal 201 316 377 61 23 0 0 313 144 113
Binary 10000001 11001110 11111111 110001 10011 0 0 11001011 1100100 1001011

Color Harmonies of #81CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CEFF

Black with #81CEFF

Text Example


Text Example

White with #81CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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