Html Css Color HEX #81CCFC Light Sky Blue

📋 copy color: '#81CCFC'

red 129 ◦ green 204 ◦ blue 252

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

Shades of Light Sky Blue #81CCFC

Tints of Light Sky Blue #81CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.87%

 BLUE value IS 252 (98.83% from 255) = 43.08%

R = 22.05%
G = 34.87%
B = 43.08%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81CCFC (or 0x81CCFC) is known color: Light Sky Blue. HEX triplet: 81, CC and FC. RGB value is (129,204,252). Sum of RGB (Red+Green+Blue) = 129+204+252=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #81CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CCFC is #7E3303. Grayscale: #BABABA. Windows color (decimal): -8270596 or 16567425. OLE color: 16567425.

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

Color convert

RGB 129 204 252 -
CMYK 0.49 0.19 0 0.01
HSL 203.41º 0.95% 0.75% -
HSV(B) 203.41º 0.49% 0.99% -
XYZ 48.22 54.88 100.15 -
YUV 187.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 129 204 252 0.49 0.19 0 0.01 203.41 0.95 0.75
Hex 81 CC FC 31 13 0 1 CB 5F 4B
Octal 201 314 374 61 23 0 1 313 137 113
Binary 10000001 11001100 11111100 110001 10011 0 1 11001011 1011111 1001011

Color Harmonies of #81CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CCFC

Black with #81CCFC

Text Example


Text Example

White with #81CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,204,252); }

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

background-color css

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

 a { background-color: rgb(129,204,252); }

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

border-color css

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

 span { border-color: rgb(129,204,252); }

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