Html Css Color HEX #80D7EF Sky Blue

📋 copy color: '#80D7EF'

red 128 ◦ green 215 ◦ blue 239

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

Shades of Sky Blue #80D7EF

Tints of Sky Blue #80D7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

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

R = 21.99%
G = 36.94%
B = 41.07%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80D7EF (or 0x80D7EF) is known color: Sky Blue. HEX triplet: 80, D7 and EF. RGB value is (128,215,239). Sum of RGB (Red+Green+Blue) = 128+215+239=582 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.99% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D7EF is #7F2810. Grayscale: #BFBFBF. Windows color (decimal): -8333329 or 15718272. OLE color: 15718272.

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

Color convert

RGB 128 215 239 -
CMYK 0.46 0.10 0 0.06
HSL 192.97º 0.78% 0.72% -
HSV(B) 192.97º 0.46% 0.94% -
XYZ 48.78 59.42 90.56 -
YUV 191.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 128 215 239 0.46 0.10 0 0.06 192.97 0.78 0.72
Hex 80 D7 EF 2E A 0 6 C1 4E 48
Octal 200 327 357 56 12 0 6 301 116 110
Binary 10000000 11010111 11101111 101110 1010 0 110 11000001 1001110 1001000

Color Harmonies of #80D7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D7EF

Black with #80D7EF

Text Example


Text Example

White with #80D7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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