#8AAAEB

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

Shades of Jordy Blue #8AAAEB

Tints of Jordy Blue #8AAAEB

Color information

#8AAAEB (or 0x8AAAEB) is unknown color: approx Jordy Blue. HEX triplet: 8A, AA and EB. RGB value is (138,170,235). Sum of RGB (Red+Green+Blue) = 138+170+235=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAAEB is #755514. Grayscale: #A7A7A7. Windows color (decimal): -7689493 or 15444618. OLE color: 15444618.

HSL color Cylindrical-coordinate representation of color #8AAAEB: hue angle of 220.21º 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 #8AAAEB is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138170235-
CMYK0.410.2800.08
HSL220.21º70.8%73.14%-
HSV(B)220.21º41.28%92.16%-
XYZ39.8540.1584.25-
YUV167.84165.9106.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.41%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=25.41%
G=31.31%
B=43.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381702350.410.2800.08220.2170.873.14
Hex8AAAEB291C08dc4749
Octal2122523535134010334107111
Binary10001010101010101110101110100111100010001101110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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