#80ABEC

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

Shades of Jordy Blue #80ABEC

Tints of Jordy Blue #80ABEC

Color information

#80ABEC (or 0x80ABEC) is unknown color: approx Jordy Blue. HEX triplet: 80, AB and EC. RGB value is (128,171,236). Sum of RGB (Red+Green+Blue) = 128+171+236=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #80ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABEC is #7F5413. Grayscale: #A5A5A5. Windows color (decimal): -8344596 or 15510400. OLE color: 15510400.

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

Color convert

RGB128171236-
CMYK0.460.2800.07
HSL216.11º73.97%71.37%-
HSV(B)216.11º45.76%92.55%-
XYZ38.6139.7785-
YUV165.55167.75101.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.93%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=23.93%
G=31.96%
B=44.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281712360.460.2800.07216.1173.9771.37
Hex80ABEC2E1C07d84a47
Octal200253354563407330112107
Binary1000000010101011111011001011101110001111101100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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