#8AA8DF

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

Shades of Jordy Blue #8AA8DF

Tints of Jordy Blue #8AA8DF

Color information

#8AA8DF (or 0x8AA8DF) is unknown color: approx Jordy Blue. HEX triplet: 8A, A8 and DF. RGB value is (138,168,223). Sum of RGB (Red+Green+Blue) = 138+168+223=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8DF is #755720. Grayscale: #A5A5A5. Windows color (decimal): -7690017 or 14657674. OLE color: 14657674.

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

Color convert

RGB138168223-
CMYK0.380.2500.13
HSL218.82º57.05%70.78%-
HSV(B)218.82º38.12%87.45%-
XYZ37.838.7475.3-
YUV165.3160.56108.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=26.09%
G=31.76%
B=42.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381682230.380.2500.13218.8257.0570.78
Hex8AA8DF26190Ddb3947
Octal212250337463101533371107
Binary1000101010101000110111111001101100101101110110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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