Html Css Color HEX #80DDFE Light Sky Blue

📋 copy color: '#80DDFE'

red 128 ◦ green 221 ◦ blue 254

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

Shades of Light Sky Blue #80DDFE

Tints of Light Sky Blue #80DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 21.23%
G = 36.65%
B = 42.12%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80DDFE (or 0x80DDFE) is known color: Light Sky Blue. HEX triplet: 80, DD and FE. RGB value is (128,221,254). Sum of RGB (Red+Green+Blue) = 128+221+254=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #80DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDFE is #7F2201. Grayscale: #C4C4C4. Windows color (decimal): -8331778 or 16702848. OLE color: 16702848.

HSL color Cylindrical-coordinate representation of color #80DDFE: hue angle of 195.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80DDFE is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 221 254 -
CMYK 0.50 0.13 0 0.00
HSL 195.71º 0.98% 0.75% -
HSV(B) 195.71º 0.5% 1% -
XYZ 52.65 63.46 103.24 -
YUV 196.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 128 221 254 0.50 0.13 0 0.00 195.71 0.98 0.75
Hex 80 DD FE 32 D 0 0 C4 62 4B
Octal 200 335 376 62 15 0 0 304 142 113
Binary 10000000 11011101 11111110 110010 1101 0 0 11000100 1100010 1001011

Color Harmonies of #80DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DDFE

Black with #80DDFE

Text Example


Text Example

White with #80DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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