Html Css Color HEX #80DDFC Light Sky Blue

📋 copy color: '#80DDFC'

red 128 ◦ green 221 ◦ blue 252

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

Shades of Light Sky Blue #80DDFC

Tints of Light Sky Blue #80DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

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

R = 21.3%
G = 36.77%
B = 41.93%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80DDFC (or 0x80DDFC) is known color: Light Sky Blue. HEX triplet: 80, DD and FC. RGB value is (128,221,252). Sum of RGB (Red+Green+Blue) = 128+221+252=601 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.30% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #80DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDFC is #7F2203. Grayscale: #C4C4C4. Windows color (decimal): -8331780 or 16571776. OLE color: 16571776.

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

Color convert

RGB 128 221 252 -
CMYK 0.49 0.12 0 0.01
HSL 195º 0.95% 0.75% -
HSV(B) 195º 0.49% 0.99% -
XYZ 52.33 63.33 101.56 -
YUV 196.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 128 221 252 0.49 0.12 0 0.01 195 0.95 0.75
Hex 80 DD FC 31 C 0 1 C3 5F 4B
Octal 200 335 374 61 14 0 1 303 137 113
Binary 10000000 11011101 11111100 110001 1100 0 1 11000011 1011111 1001011

Color Harmonies of #80DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDFC

Black with #80DDFC

Text Example


Text Example

White with #80DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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