Html Css Color HEX #80E2FD Light Sky Blue

📋 copy color: '#80E2FD'

red 128 ◦ green 226 ◦ blue 253

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

Shades of Light Sky Blue #80E2FD

Tints of Light Sky Blue #80E2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.23%

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

R = 21.09%
G = 37.23%
B = 41.68%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80E2FD (or 0x80E2FD) is known color: Light Sky Blue. HEX triplet: 80, E2 and FD. RGB value is (128,226,253). Sum of RGB (Red+Green+Blue) = 128+226+253=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #80E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E2FD is #7F1D02. Grayscale: #C7C7C7. Windows color (decimal): -8330499 or 16638592. OLE color: 16638592.

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

Color convert

RGB 128 226 253 -
CMYK 0.49 0.11 0 0.01
HSL 192.96º 0.97% 0.75% -
HSV(B) 192.96º 0.49% 0.99% -
XYZ 53.83 66.07 102.85 -
YUV 199.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 128 226 253 0.49 0.11 0 0.01 192.96 0.97 0.75
Hex 80 E2 FD 31 B 0 1 C1 61 4B
Octal 200 342 375 61 13 0 1 301 141 113
Binary 10000000 11100010 11111101 110001 1011 0 1 11000001 1100001 1001011

Color Harmonies of #80E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E2FD

Black with #80E2FD

Text Example


Text Example

White with #80E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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