#8AAADF

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

Shades of Jordy Blue #8AAADF

Tints of Jordy Blue #8AAADF

Color information

#8AAADF (or 0x8AAADF) is unknown color: approx Jordy Blue. HEX triplet: 8A, AA and DF. RGB value is (138,170,223). Sum of RGB (Red+Green+Blue) = 138+170+223=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAADF is #755520. Grayscale: #A6A6A6. Windows color (decimal): -7689505 or 14658186. OLE color: 14658186.

HSL color Cylindrical-coordinate representation of color #8AAADF: hue angle of 217.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AAADF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138170223-
CMYK0.380.2400.13
HSL217.41º57.05%70.78%-
HSV(B)217.41º38.12%87.45%-
XYZ38.1839.4875.42-
YUV166.47159.9107.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.99%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=25.99%
G=32.02%
B=42.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381702230.380.2400.13217.4157.0570.78
Hex8AAADF26180Dd93947
Octal212252337463001533171107
Binary1000101010101010110111111001101100001101110110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAADF; }

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

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

<style>
 a { background-color: #8AAADF; }

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

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

<style>
 span { border-color: #8AAADF; }

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

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