#80AADA

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

Shades of Jordy Blue #80AADA

Tints of Jordy Blue #80AADA

Color information

#80AADA (or 0x80AADA) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and DA. RGB value is (128,170,218). Sum of RGB (Red+Green+Blue) = 128+170+218=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #80AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADA is #7F5525. Grayscale: #A2A2A2. Windows color (decimal): -8344870 or 14330496. OLE color: 14330496.

HSL color Cylindrical-coordinate representation of color #80AADA: hue angle of 212º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80AADA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128170218-
CMYK0.410.2200.15
HSL212º54.88%67.84%-
HSV(B)212º41.28%85.49%-
XYZ35.9338.471.85-
YUV162.91159.09103.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.81%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=24.81%
G=32.95%
B=42.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281702180.410.2200.1521254.8867.84
Hex80AADA29160Fd43744
Octal200252332512601732467104
Binary1000000010101010110110101010011011001111110101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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