Html Css Color HEX #80CEFD Light Sky Blue

📋 copy color: '#80CEFD'

red 128 ◦ green 206 ◦ blue 253

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

Shades of Light Sky Blue #80CEFD

Tints of Light Sky Blue #80CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.09%

 BLUE value IS 253 (99.22% from 255) = 43.1%

R = 21.81%
G = 35.09%
B = 43.1%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80CEFD (or 0x80CEFD) is known color: Light Sky Blue. HEX triplet: 80, CE and FD. RGB value is (128,206,253). Sum of RGB (Red+Green+Blue) = 128+206+253=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #80CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CEFD is #7F3102. Grayscale: #BBBBBB. Windows color (decimal): -8335619 or 16633472. OLE color: 16633472.

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

Color convert

RGB 128 206 253 -
CMYK 0.49 0.19 0 0.01
HSL 202.56º 0.97% 0.75% -
HSV(B) 202.56º 0.49% 0.99% -
XYZ 48.7 55.82 101.14 -
YUV 188.04 164.66 85.18 -
System Red Green Blue C M Y K H S L
Decimal 128 206 253 0.49 0.19 0 0.01 202.56 0.97 0.75
Hex 80 CE FD 31 13 0 1 CB 61 4B
Octal 200 316 375 61 23 0 1 313 141 113
Binary 10000000 11001110 11111101 110001 10011 0 1 11001011 1100001 1001011

Color Harmonies of #80CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEFD

Black with #80CEFD

Text Example


Text Example

White with #80CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,253); }

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

background-color css

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

 a { background-color: rgb(128,206,253); }

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

border-color css

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

 span { border-color: rgb(128,206,253); }

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