Html Css Color HEX #80D6EF Sky Blue

📋 copy color: '#80D6EF'

red 128 ◦ green 214 ◦ blue 239

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

Shades of Sky Blue #80D6EF

Tints of Sky Blue #80D6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.83%

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

R = 22.03%
G = 36.83%
B = 41.14%

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

#80D6EF (or 0x80D6EF) is known color: Sky Blue. HEX triplet: 80, D6 and EF. RGB value is (128,214,239). Sum of RGB (Red+Green+Blue) = 128+214+239=581 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.03% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D6EF is #7F2910. Grayscale: #BEBEBE. Windows color (decimal): -8333585 or 15718016. OLE color: 15718016.

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

Color convert

RGB 128 214 239 -
CMYK 0.46 0.10 0 0.06
HSL 193.51º 0.78% 0.72% -
HSV(B) 193.51º 0.46% 0.94% -
XYZ 48.53 58.91 90.48 -
YUV 191.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 128 214 239 0.46 0.10 0 0.06 193.51 0.78 0.72
Hex 80 D6 EF 2E A 0 6 C2 4E 48
Octal 200 326 357 56 12 0 6 302 116 110
Binary 10000000 11010110 11101111 101110 1010 0 110 11000010 1001110 1001000

Color Harmonies of #80D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D6EF

Black with #80D6EF

Text Example


Text Example

White with #80D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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