#80ABE9

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

Shades of Jordy Blue #80ABE9

Tints of Jordy Blue #80ABE9

Color information

#80ABE9 (or 0x80ABE9) is unknown color: approx Jordy Blue. HEX triplet: 80, AB and E9. RGB value is (128,171,233). Sum of RGB (Red+Green+Blue) = 128+171+233=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #80ABE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ABE9 is #7F5416. Grayscale: #A4A4A4. Windows color (decimal): -8344599 or 15313792. OLE color: 15313792.

HSL color Cylindrical-coordinate representation of color #80ABE9: hue angle of 215.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80ABE9 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128171233-
CMYK0.450.2700.09
HSL215.43º70.47%70.78%-
HSV(B)215.43º45.06%91.37%-
XYZ38.1739.682.72-
YUV165.21166.25101.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=24.06%
G=32.14%
B=43.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281712330.450.2700.09215.4370.4770.78
Hex80ABE92D1B09d74647
Octal2002533515533011327106107
Binary10000000101010111110100110110111011010011101011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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