#8AA8EB

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

Shades of Jordy Blue #8AA8EB

Tints of Jordy Blue #8AA8EB

Color information

#8AA8EB (or 0x8AA8EB) is unknown color: approx Jordy Blue. HEX triplet: 8A, A8 and EB. RGB value is (138,168,235). Sum of RGB (Red+Green+Blue) = 138+168+235=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #8AA8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA8EB is #755714. Grayscale: #A6A6A6. Windows color (decimal): -7690005 or 15444106. OLE color: 15444106.

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

Color convert

RGB138168235-
CMYK0.410.2900.08
HSL221.44º70.8%73.14%-
HSV(B)221.44º41.28%92.16%-
XYZ39.4839.4184.12-
YUV166.67166.56107.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.51%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=25.51%
G=31.05%
B=43.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381682350.410.2900.08221.4470.873.14
Hex8AA8EB291D08dd4749
Octal2122503535135010335107111
Binary10001010101010001110101110100111101010001101110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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