#80AADF

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

Shades of Jordy Blue #80AADF

Tints of Jordy Blue #80AADF

Color information

#80AADF (or 0x80AADF) is unknown color: approx Jordy Blue. HEX triplet: 80, AA and DF. RGB value is (128,170,223). Sum of RGB (Red+Green+Blue) = 128+170+223=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #80AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AADF is #7F5520. Grayscale: #A3A3A3. Windows color (decimal): -8344865 or 14658176. OLE color: 14658176.

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

Color convert

RGB128170223-
CMYK0.430.2400.13
HSL213.47º59.75%68.82%-
HSV(B)213.47º42.6%87.45%-
XYZ36.638.6775.35-
YUV163.48161.59102.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=24.57%
G=32.63%
B=42.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281702230.430.2400.13213.4759.7568.82
Hex80AADF2B180Dd53c45
Octal200252337533001532574105
Binary1000000010101010110111111010111100001101110101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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