Html Css Color HEX #80D0EF Sky Blue

📋 copy color: '#80D0EF'

red 128 ◦ green 208 ◦ blue 239

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

Shades of Sky Blue #80D0EF

Tints of Sky Blue #80D0EF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.17%

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

R = 22.26%
G = 36.17%
B = 41.57%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80D0EF (or 0x80D0EF) is known color: Sky Blue. HEX triplet: 80, D0 and EF. RGB value is (128,208,239). Sum of RGB (Red+Green+Blue) = 128+208+239=575 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.26% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D0EF is #7F2F10. Grayscale: #BBBBBB. Windows color (decimal): -8335121 or 15716480. OLE color: 15716480.

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

Color convert

RGB 128 208 239 -
CMYK 0.46 0.13 0 0.06
HSL 196.76º 0.78% 0.72% -
HSV(B) 196.76º 0.46% 0.94% -
XYZ 47.04 55.93 89.98 -
YUV 187.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 128 208 239 0.46 0.13 0 0.06 196.76 0.78 0.72
Hex 80 D0 EF 2E D 0 6 C5 4E 48
Octal 200 320 357 56 15 0 6 305 116 110
Binary 10000000 11010000 11101111 101110 1101 0 110 11000101 1001110 1001000

Color Harmonies of #80D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D0EF

Black with #80D0EF

Text Example


Text Example

White with #80D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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