#8AAEE1

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

Shades of Jordy Blue #8AAEE1

Tints of Jordy Blue #8AAEE1

Color information

#8AAEE1 (or 0x8AAEE1) is unknown color: approx Jordy Blue. HEX triplet: 8A, AE and E1. RGB value is (138,174,225). Sum of RGB (Red+Green+Blue) = 138+174+225=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAEE1 is #75511E. Grayscale: #A8A8A8. Windows color (decimal): -7688479 or 14790282. OLE color: 14790282.

HSL color Cylindrical-coordinate representation of color #8AAEE1: hue angle of 215.17º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AAEE1 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138174225-
CMYK0.390.2300.12
HSL215.17º59.18%71.18%-
HSV(B)215.17º38.67%88.24%-
XYZ39.2141.1177.1-
YUV169.05159.57105.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=25.70%
G=32.40%
B=41.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381742250.390.2300.12215.1759.1871.18
Hex8AAEE127170Cd73b47
Octal212256341472701432773107
Binary1000101010101110111000011001111011101100110101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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