#80AAE2

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

Shades of Jordy Blue #80AAE2

Tints of Jordy Blue #80AAE2

Color information

#80AAE2 (or 0x80AAE2) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and E2. RGB value is (128,170,226). Sum of RGB (Red+Green+Blue) = 128+170+226=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #80AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAE2 is #7F551D. Grayscale: #A3A3A3. Windows color (decimal): -8344862 or 14854784. OLE color: 14854784.

HSL color Cylindrical-coordinate representation of color #80AAE2: hue angle of 214.29º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80AAE2 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128170226-
CMYK0.430.2500.11
HSL214.29º62.82%69.41%-
HSV(B)214.29º43.36%88.63%-
XYZ3738.8377.5-
YUV163.83163.09102.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=24.43%
G=32.44%
B=43.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281702260.430.2500.11214.2962.8269.41
Hex80AAE22B190Bd63f45
Octal200252342533101332677105
Binary1000000010101010111000101010111100101011110101101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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