Html Css Color HEX #80CBFC Light Sky Blue

📋 copy color: '#80CBFC'

red 128 ◦ green 203 ◦ blue 252

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

Shades of Light Sky Blue #80CBFC

Tints of Light Sky Blue #80CBFC

RGB

 RED value IS 128 (50.39% from 255) = 21.96%

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

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

R = 21.96%
G = 34.82%
B = 43.22%

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

#80CBFC (or 0x80CBFC) is known color: Light Sky Blue. HEX triplet: 80, CB and FC. RGB value is (128,203,252). Sum of RGB (Red+Green+Blue) = 128+203+252=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #80CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBFC is #7F3403. Grayscale: #B9B9B9. Windows color (decimal): -8336388 or 16567168. OLE color: 16567168.

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

Color convert

RGB 128 203 252 -
CMYK 0.49 0.19 0 0.01
HSL 203.71º 0.95% 0.75% -
HSV(B) 203.71º 0.49% 0.99% -
XYZ 47.83 54.33 100.06 -
YUV 186.16 165.15 86.52 -
System Red Green Blue C M Y K H S L
Decimal 128 203 252 0.49 0.19 0 0.01 203.71 0.95 0.75
Hex 80 CB FC 31 13 0 1 CC 5F 4B
Octal 200 313 374 61 23 0 1 314 137 113
Binary 10000000 11001011 11111100 110001 10011 0 1 11001100 1011111 1001011

Color Harmonies of #80CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBFC

Black with #80CBFC

Text Example


Text Example

White with #80CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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