#80AADD

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

Shades of Jordy Blue #80AADD

Tints of Jordy Blue #80AADD

Color information

#80AADD (or 0x80AADD) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and DD. RGB value is (128,170,221). Sum of RGB (Red+Green+Blue) = 128+170+221=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #80AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADD is #7F5522. Grayscale: #A3A3A3. Windows color (decimal): -8344867 or 14527104. OLE color: 14527104.

HSL color Cylindrical-coordinate representation of color #80AADD: hue angle of 212.9º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80AADD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128170221-
CMYK0.420.2300.13
HSL212.9º57.76%68.43%-
HSV(B)212.9º42.08%86.67%-
XYZ36.3338.5673.93-
YUV163.26160.59102.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=24.66%
G=32.76%
B=42.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281702210.420.2300.13212.957.7668.43
Hex80AADD2A170Dd53a44
Octal200252335522701532572104
Binary1000000010101010110111011010101011101101110101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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