#8AAEDD

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

Shades of Jordy Blue #8AAEDD

Tints of Jordy Blue #8AAEDD

Color information

#8AAEDD (or 0x8AAEDD) is unknown color: approx Jordy Blue. HEX triplet: 8A, AE and DD. RGB value is (138,174,221). Sum of RGB (Red+Green+Blue) = 138+174+221=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEDD is #755122. Grayscale: #A8A8A8. Windows color (decimal): -7688483 or 14528138. OLE color: 14528138.

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

Color convert

RGB138174221-
CMYK0.380.2100.13
HSL213.98º54.97%70.39%-
HSV(B)213.98º37.56%86.67%-
XYZ38.6740.974.26-
YUV168.59157.57106.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.89%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=25.89%
G=32.65%
B=41.46%

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
Decimal1381742210.380.2100.13213.9854.9770.39
Hex8AAEDD26150Dd63746
Octal212256335462501532667106
Binary1000101010101110110111011001101010101101110101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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