#80AAE1

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

Shades of Jordy Blue #80AAE1

Tints of Jordy Blue #80AAE1

Color information

#80AAE1 (or 0x80AAE1) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and E1. RGB value is (128,170,225). Sum of RGB (Red+Green+Blue) = 128+170+225=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #80AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAE1 is #7F551E. Grayscale: #A3A3A3. Windows color (decimal): -8344863 or 14789248. OLE color: 14789248.

HSL color Cylindrical-coordinate representation of color #80AAE1: hue angle of 214.02º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AAE1 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128170225-
CMYK0.430.2400.12
HSL214.02º61.78%69.22%-
HSV(B)214.02º43.11%88.24%-
XYZ36.8738.7776.78-
YUV163.71162.59102.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.47%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=24.47%
G=32.50%
B=43.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281702250.430.2400.12214.0261.7869.22
Hex80AAE12B180Cd63e45
Octal200252341533001432676105
Binary1000000010101010111000011010111100001100110101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,225); }

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

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

 a { background-color: rgb(128,170,225); }

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

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

 span { border-color: rgb(128,170,225); }

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