Html Css Color HEX #80D2EB Sky Blue

📋 copy color: '#80D2EB'

red 128 ◦ green 210 ◦ blue 235

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

Shades of Sky Blue #80D2EB

Tints of Sky Blue #80D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.65%

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

R = 22.34%
G = 36.65%
B = 41.01%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80D2EB (or 0x80D2EB) is known color: Sky Blue. HEX triplet: 80, D2 and EB. RGB value is (128,210,235). Sum of RGB (Red+Green+Blue) = 128+210+235=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #80D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D2EB is #7F2D14. Grayscale: #BCBCBC. Windows color (decimal): -8334613 or 15454848. OLE color: 15454848.

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

Color convert

RGB 128 210 235 -
CMYK 0.46 0.11 0 0.08
HSL 194.02º 0.73% 0.71% -
HSV(B) 194.02º 0.46% 0.92% -
XYZ 46.94 56.68 87.06 -
YUV 188.33 154.33 84.97 -
System Red Green Blue C M Y K H S L
Decimal 128 210 235 0.46 0.11 0 0.08 194.02 0.73 0.71
Hex 80 D2 EB 2E B 0 8 C2 49 47
Octal 200 322 353 56 13 0 10 302 111 107
Binary 10000000 11010010 11101011 101110 1011 0 1000 11000010 1001001 1000111

Color Harmonies of #80D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D2EB

Black with #80D2EB

Text Example


Text Example

White with #80D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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