Html Css Color HEX #80D8FC Light Sky Blue

📋 copy color: '#80D8FC'

red 128 ◦ green 216 ◦ blue 252

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

Shades of Light Sky Blue #80D8FC

Tints of Light Sky Blue #80D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

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

R = 21.48%
G = 36.24%
B = 42.28%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80D8FC (or 0x80D8FC) is known color: Light Sky Blue. HEX triplet: 80, D8 and FC. RGB value is (128,216,252). Sum of RGB (Red+Green+Blue) = 128+216+252=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #80D8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D8FC is #7F2703. Grayscale: #C1C1C1. Windows color (decimal): -8333060 or 16570496. OLE color: 16570496.

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

Color convert

RGB 128 216 252 -
CMYK 0.49 0.14 0 0.01
HSL 197.42º 0.95% 0.75% -
HSV(B) 197.42º 0.49% 0.99% -
XYZ 51.03 60.73 101.13 -
YUV 193.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 128 216 252 0.49 0.14 0 0.01 197.42 0.95 0.75
Hex 80 D8 FC 31 E 0 1 C5 5F 4B
Octal 200 330 374 61 16 0 1 305 137 113
Binary 10000000 11011000 11111100 110001 1110 0 1 11000101 1011111 1001011

Color Harmonies of #80D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D8FC

Black with #80D8FC

Text Example


Text Example

White with #80D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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