Html Css Color HEX #80DCEF Sky Blue

📋 copy color: '#80DCEF'

red 128 ◦ green 220 ◦ blue 239

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

Shades of Sky Blue #80DCEF

Tints of Sky Blue #80DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 21.81%
G = 37.48%
B = 40.72%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80DCEF (or 0x80DCEF) is known color: Sky Blue. HEX triplet: 80, DC and EF. RGB value is (128,220,239). Sum of RGB (Red+Green+Blue) = 128+220+239=587 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.81% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #80DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DCEF is #7F2310. Grayscale: #C2C2C2. Windows color (decimal): -8332049 or 15719552. OLE color: 15719552.

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

Color convert

RGB 128 220 239 -
CMYK 0.46 0.08 0 0.06
HSL 190.27º 0.78% 0.72% -
HSV(B) 190.27º 0.46% 0.94% -
XYZ 50.08 62.01 90.99 -
YUV 194.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 128 220 239 0.46 0.08 0 0.06 190.27 0.78 0.72
Hex 80 DC EF 2E 8 0 6 BE 4E 48
Octal 200 334 357 56 10 0 6 276 116 110
Binary 10000000 11011100 11101111 101110 1000 0 110 10111110 1001110 1001000

Color Harmonies of #80DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCEF

Black with #80DCEF

Text Example


Text Example

White with #80DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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