#8AAFDD

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

Shades of Jordy Blue #8AAFDD

Tints of Jordy Blue #8AAFDD

Color information

#8AAFDD (or 0x8AAFDD) is unknown color: approx Jordy Blue. HEX triplet: 8A, AF and DD. RGB value is (138,175,221). Sum of RGB (Red+Green+Blue) = 138+175+221=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFDD is #755022. Grayscale: #A8A8A8. Windows color (decimal): -7688227 or 14528394. OLE color: 14528394.

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

Color convert

RGB138175221-
CMYK0.380.2100.13
HSL213.25º54.97%70.39%-
HSV(B)213.25º37.56%86.67%-
XYZ38.8641.2874.33-
YUV169.18157.24105.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=25.84%
G=32.77%
B=41.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381752210.380.2100.13213.2554.9770.39
Hex8AAFDD26150Dd53746
Octal212257335462501532567106
Binary1000101010101111110111011001101010101101110101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,221); }

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

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

 a { background-color: rgb(138,175,221); }

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

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

 span { border-color: rgb(138,175,221); }

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