#80AADC

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

Shades of Jordy Blue #80AADC

Tints of Jordy Blue #80AADC

Color information

#80AADC (or 0x80AADC) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and DC. RGB value is (128,170,220). Sum of RGB (Red+Green+Blue) = 128+170+220=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #80AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADC is #7F5523. Grayscale: #A2A2A2. Windows color (decimal): -8344868 or 14461568. OLE color: 14461568.

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

Color convert

RGB128170220-
CMYK0.420.2300.14
HSL212.61º56.79%68.24%-
HSV(B)212.61º41.82%86.27%-
XYZ36.238.5173.23-
YUV163.14160.09102.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.71%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=24.71%
G=32.82%
B=42.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281702200.420.2300.14212.6156.7968.24
Hex80AADC2A170Ed53944
Octal200252334522701632571104
Binary1000000010101010110111001010101011101110110101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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