#8AA9DF

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

Shades of Jordy Blue #8AA9DF

Tints of Jordy Blue #8AA9DF

Color information

#8AA9DF (or 0x8AA9DF) is unknown color: approx Jordy Blue. HEX triplet: 8A, A9 and DF. RGB value is (138,169,223). Sum of RGB (Red+Green+Blue) = 138+169+223=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9DF is #755620. Grayscale: #A5A5A5. Windows color (decimal): -7689761 or 14657930. OLE color: 14657930.

HSL color Cylindrical-coordinate representation of color #8AA9DF: hue angle of 218.12º 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 #8AA9DF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138169223-
CMYK0.380.2400.13
HSL218.12º57.05%70.78%-
HSV(B)218.12º38.12%87.45%-
XYZ37.9939.1175.36-
YUV165.89160.23108.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.04%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=26.04%
G=31.89%
B=42.08%

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
Decimal1381692230.380.2400.13218.1257.0570.78
Hex8AA9DF26180Dda3947
Octal212251337463001533271107
Binary1000101010101001110111111001101100001101110110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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