Html Css Color HEX #80D2EF Sky Blue

📋 copy color: '#80D2EF'

red 128 ◦ green 210 ◦ blue 239

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

Shades of Sky Blue #80D2EF

Tints of Sky Blue #80D2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 22.18%
G = 36.4%
B = 41.42%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80D2EF (or 0x80D2EF) is known color: Sky Blue. HEX triplet: 80, D2 and EF. RGB value is (128,210,239). Sum of RGB (Red+Green+Blue) = 128+210+239=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D2EF is #7F2D10. Grayscale: #BCBCBC. Windows color (decimal): -8334609 or 15716992. OLE color: 15716992.

HSL color Cylindrical-coordinate representation of color #80D2EF: hue angle of 195.68º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D2EF is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 210 239 -
CMYK 0.46 0.12 0 0.06
HSL 195.68º 0.78% 0.72% -
HSV(B) 195.68º 0.46% 0.94% -
XYZ 47.53 56.91 90.14 -
YUV 188.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 128 210 239 0.46 0.12 0 0.06 195.68 0.78 0.72
Hex 80 D2 EF 2E C 0 6 C4 4E 48
Octal 200 322 357 56 14 0 6 304 116 110
Binary 10000000 11010010 11101111 101110 1100 0 110 11000100 1001110 1001000

Color Harmonies of #80D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D2EF

Black with #80D2EF

Text Example


Text Example

White with #80D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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