Html Css Color HEX #80D4EB Sky Blue

📋 copy color: '#80D4EB'

red 128 ◦ green 212 ◦ blue 235

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

Shades of Sky Blue #80D4EB

Tints of Sky Blue #80D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.87%

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 22.26%
G = 36.87%
B = 40.87%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80D4EB (or 0x80D4EB) is known color: Sky Blue. HEX triplet: 80, D4 and EB. RGB value is (128,212,235). Sum of RGB (Red+Green+Blue) = 128+212+235=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #80D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D4EB is #7F2B14. Grayscale: #BDBDBD. Windows color (decimal): -8334101 or 15455360. OLE color: 15455360.

HSL color Cylindrical-coordinate representation of color #80D4EB: hue angle of 192.9º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D4EB is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 212 235 -
CMYK 0.46 0.10 0 0.08
HSL 192.9º 0.73% 0.71% -
HSV(B) 192.9º 0.46% 0.92% -
XYZ 47.44 57.67 87.23 -
YUV 189.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 128 212 235 0.46 0.10 0 0.08 192.9 0.73 0.71
Hex 80 D4 EB 2E A 0 8 C1 49 47
Octal 200 324 353 56 12 0 10 301 111 107
Binary 10000000 11010100 11101011 101110 1010 0 1000 11000001 1001001 1000111

Color Harmonies of #80D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D4EB

Black with #80D4EB

Text Example


Text Example

White with #80D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,212,235); }

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

background-color css

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

 a { background-color: rgb(128,212,235); }

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

border-color css

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

 span { border-color: rgb(128,212,235); }

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