Html Css Color HEX #81CBFC Light Sky Blue

📋 copy color: '#81CBFC'

red 129 ◦ green 203 ◦ blue 252

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

Shades of Light Sky Blue #81CBFC

Tints of Light Sky Blue #81CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.76%

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

R = 22.09%
G = 34.76%
B = 43.15%

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

#81CBFC (or 0x81CBFC) is known color: Light Sky Blue. HEX triplet: 81, CB and FC. RGB value is (129,203,252). Sum of RGB (Red+Green+Blue) = 129+203+252=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #81CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBFC is #7E3403. Grayscale: #BABABA. Windows color (decimal): -8270852 or 16567169. OLE color: 16567169.

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

Color convert

RGB 129 203 252 -
CMYK 0.49 0.19 0 0.01
HSL 203.9º 0.95% 0.75% -
HSV(B) 203.9º 0.49% 0.99% -
XYZ 47.98 54.41 100.07 -
YUV 186.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 129 203 252 0.49 0.19 0 0.01 203.9 0.95 0.75
Hex 81 CB FC 31 13 0 1 CC 5F 4B
Octal 201 313 374 61 23 0 1 314 137 113
Binary 10000001 11001011 11111100 110001 10011 0 1 11001100 1011111 1001011

Color Harmonies of #81CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CBFC

Black with #81CBFC

Text Example


Text Example

White with #81CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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