#80A8EC

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

Shades of Jordy Blue #80A8EC

Tints of Jordy Blue #80A8EC

Color information

#80A8EC (or 0x80A8EC) is unknown color: approx Jordy Blue. HEX triplet: 80, A8 and EC. RGB value is (128,168,236). Sum of RGB (Red+Green+Blue) = 128+168+236=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #80A8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A8EC is #7F5713. Grayscale: #A3A3A3. Windows color (decimal): -8345364 or 15509632. OLE color: 15509632.

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

Color convert

RGB128168236-
CMYK0.460.2900.07
HSL217.78º73.97%71.37%-
HSV(B)217.78º45.76%92.55%-
XYZ38.0538.6584.81-
YUV163.79168.75102.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=24.06%
G=31.58%
B=44.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281682360.460.2900.07217.7873.9771.37
Hex80A8EC2E1D07da4a47
Octal200250354563507332112107
Binary1000000010101000111011001011101110101111101101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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