Html Css Color HEX #80DFFE Light Sky Blue

📋 copy color: '#80DFFE'

red 128 ◦ green 223 ◦ blue 254

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

Shades of Light Sky Blue #80DFFE

Tints of Light Sky Blue #80DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

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

R = 21.16%
G = 36.86%
B = 41.98%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80DFFE (or 0x80DFFE) is known color: Light Sky Blue. HEX triplet: 80, DF and FE. RGB value is (128,223,254). Sum of RGB (Red+Green+Blue) = 128+223+254=605 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.16% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #80DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DFFE is #7F2001. Grayscale: #C5C5C5. Windows color (decimal): -8331266 or 16703360. OLE color: 16703360.

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

Color convert

RGB 128 223 254 -
CMYK 0.50 0.12 0 0.00
HSL 194.76º 0.98% 0.75% -
HSV(B) 194.76º 0.5% 1% -
XYZ 53.18 64.52 103.42 -
YUV 198.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 128 223 254 0.50 0.12 0 0.00 194.76 0.98 0.75
Hex 80 DF FE 32 C 0 0 C3 62 4B
Octal 200 337 376 62 14 0 0 303 142 113
Binary 10000000 11011111 11111110 110010 1100 0 0 11000011 1100010 1001011

Color Harmonies of #80DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFFE

Black with #80DFFE

Text Example


Text Example

White with #80DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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