#8AAEEB

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

Shades of Jordy Blue #8AAEEB

Tints of Jordy Blue #8AAEEB

Color information

#8AAEEB (or 0x8AAEEB) is unknown color: approx Jordy Blue. HEX triplet: 8A, AE and EB. RGB value is (138,174,235). Sum of RGB (Red+Green+Blue) = 138+174+235=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEEB is #755114. Grayscale: #A9A9A9. Windows color (decimal): -7688469 or 15445642. OLE color: 15445642.

HSL color Cylindrical-coordinate representation of color #8AAEEB: hue angle of 217.73º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AAEEB is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138174235-
CMYK0.410.2600.08
HSL217.73º70.8%73.14%-
HSV(B)217.73º41.28%92.16%-
XYZ40.6141.6784.5-
YUV170.19164.57105.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=25.23%
G=31.81%
B=42.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381742350.410.2600.08217.7370.873.14
Hex8AAEEB291A08da4749
Octal2122563535132010332107111
Binary10001010101011101110101110100111010010001101101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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