#80b6ec

Color #80B6EC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #80B6EC

Tints of Jordy Blue #80B6EC

Color information

#80B6EC (or 0x80B6EC) is unknown color: approx Jordy Blue. HEX triplet: 80, B6 and EC. RGB value is (128,182,236). Sum of RGB (Red+Green+Blue) = 128+182+236=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #80B6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B6EC is #7F4913. Grayscale: #ABABAB. Windows color (decimal): -8341780 or 15513216. OLE color: 15513216.

HSL color Cylindrical-coordinate representation of color #80B6EC: hue angle of 210º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80B6EC is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128182236-
CMYK0.460.2300.07
HSL210º73.97%71.37%-
HSV(B)210º45.76%92.55%-
XYZ40.7744.185.72-
YUV172.01164.1196.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.44%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=23.44%
G=33.33%
B=43.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281822360.460.2300.0721073.9771.37
Hex80B6EC2E1707d24a47
Octal200266354562707322112107
Binary1000000010110110111011001011101011101111101001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80b6ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,236); }

 H1.HeaderClassName
 {
   color: #80b6ec;
 }
 .AnyTagClassName
 {
   color: #80b6ec;
 }
</style>
background-color css

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

 a { background-color: rgb(128,182,236); }

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

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

 span { border-color: rgb(128,182,236); }

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