#80A9E8

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

Shades of Jordy Blue #80A9E8

Tints of Jordy Blue #80A9E8

Color information

#80A9E8 (or 0x80A9E8) is unknown color: approx Jordy Blue. HEX triplet: 80, A9 and E8. RGB value is (128,169,232). Sum of RGB (Red+Green+Blue) = 128+169+232=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #80A9E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80A9E8 is #7F5617. Grayscale: #A3A3A3. Windows color (decimal): -8345112 or 15247744. OLE color: 15247744.

HSL color Cylindrical-coordinate representation of color #80A9E8: hue angle of 216.35º degrees, saturation: 0.69, 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 #80A9E8 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128169232-
CMYK0.450.2700.09
HSL216.35º69.33%70.59%-
HSV(B)216.35º44.83%90.98%-
XYZ37.6638.7981.85-
YUV163.92166.42102.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.20%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 232 (91.02% from 255) = 43.86%
R=24.20%
G=31.95%
B=43.86%

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
Decimal1281692320.450.2700.09216.3569.3370.59
Hex80A9E82D1B09d84547
Octal2002513505533011330105107
Binary10000000101010011110100010110111011010011101100010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,169,232); }

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

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

 a { background-color: rgb(128,169,232); }

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

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

 span { border-color: rgb(128,169,232); }

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