#8AB9EE

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

Shades of Jordy Blue #8AB9EE

Tints of Jordy Blue #8AB9EE

Color information

#8AB9EE (or 0x8AB9EE) is unknown color: approx Jordy Blue. HEX triplet: 8A, B9 and EE. RGB value is (138,185,238). Sum of RGB (Red+Green+Blue) = 138+185+238=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9EE is #754611. Grayscale: #B0B0B0. Windows color (decimal): -7685650 or 15645066. OLE color: 15645066.

HSL color Cylindrical-coordinate representation of color #8AB9EE: hue angle of 211.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB9EE is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138185238-
CMYK0.420.2200.07
HSL211.8º74.63%73.73%-
HSV(B)211.8º42.02%93.33%-
XYZ43.2646.2787.54-
YUV176.99162.43100.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.60%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=24.60%
G=32.98%
B=42.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381852380.420.2200.07211.874.6373.73
Hex8AB9EE2A1607d44b4a
Octal212271356522607324113112
Binary1000101010111001111011101010101011001111101010010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,238); }

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

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

 a { background-color: rgb(138,185,238); }

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

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

 span { border-color: rgb(138,185,238); }

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