Html Css Color HEX #80CDFE Light Sky Blue

📋 copy color: '#80CDFE'

red 128 ◦ green 205 ◦ blue 254

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

Shades of Light Sky Blue #80CDFE

Tints of Light Sky Blue #80CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.92%

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

R = 21.81%
G = 34.92%
B = 43.27%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80CDFE (or 0x80CDFE) is known color: Light Sky Blue. HEX triplet: 80, CD and FE. RGB value is (128,205,254). Sum of RGB (Red+Green+Blue) = 128+205+254=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #80CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CDFE is #7F3201. Grayscale: #BBBBBB. Windows color (decimal): -8335874 or 16698752. OLE color: 16698752.

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

Color convert

RGB 128 205 254 -
CMYK 0.50 0.19 0 0.00
HSL 203.33º 0.98% 0.75% -
HSV(B) 203.33º 0.5% 1% -
XYZ 48.62 55.41 101.9 -
YUV 187.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 128 205 254 0.50 0.19 0 0.00 203.33 0.98 0.75
Hex 80 CD FE 32 13 0 0 CB 62 4B
Octal 200 315 376 62 23 0 0 313 142 113
Binary 10000000 11001101 11111110 110010 10011 0 0 11001011 1100010 1001011

Color Harmonies of #80CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CDFE

Black with #80CDFE

Text Example


Text Example

White with #80CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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