Html Css Color HEX #80D6FC Light Sky Blue

📋 copy color: '#80D6FC'

red 128 ◦ green 214 ◦ blue 252

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

Shades of Light Sky Blue #80D6FC

Tints of Light Sky Blue #80D6FC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

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

R = 21.55%
G = 36.03%
B = 42.42%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80D6FC (or 0x80D6FC) is known color: Light Sky Blue. HEX triplet: 80, D6 and FC. RGB value is (128,214,252). Sum of RGB (Red+Green+Blue) = 128+214+252=594 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.55% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #80D6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D6FC is #7F2903. Grayscale: #C0C0C0. Windows color (decimal): -8333572 or 16569984. OLE color: 16569984.

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

Color convert

RGB 128 214 252 -
CMYK 0.49 0.15 0 0.01
HSL 198.39º 0.95% 0.75% -
HSV(B) 198.39º 0.49% 0.99% -
XYZ 50.52 59.71 100.96 -
YUV 192.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 128 214 252 0.49 0.15 0 0.01 198.39 0.95 0.75
Hex 80 D6 FC 31 F 0 1 C6 5F 4B
Octal 200 326 374 61 17 0 1 306 137 113
Binary 10000000 11010110 11111100 110001 1111 0 1 11000110 1011111 1001011

Color Harmonies of #80D6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D6FC

Black with #80D6FC

Text Example


Text Example

White with #80D6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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