#8ab6e9

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

Shades of Jordy Blue #8AB6E9

Tints of Jordy Blue #8AB6E9

Color information

#8AB6E9 (or 0x8AB6E9) is unknown color: approx Jordy Blue. HEX triplet: 8A, B6 and E9. RGB value is (138,182,233). Sum of RGB (Red+Green+Blue) = 138+182+233=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #8AB6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6E9 is #754916. Grayscale: #AEAEAE. Windows color (decimal): -7686423 or 15316618. OLE color: 15316618.

HSL color Cylindrical-coordinate representation of color #8AB6E9: hue angle of 212.21º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AB6E9 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB138182233-
CMYK0.410.2200.09
HSL212.21º68.35%72.75%-
HSV(B)212.21º40.77%91.37%-
XYZ41.9244.7483.52-
YUV174.66160.92101.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=24.95%
G=32.91%
B=42.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1381822330.410.2200.09212.2168.3572.75
Hex8AB6E9291609d44449
Octal2122663515126011324104111
Binary10001010101101101110100110100110110010011101010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ab6e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,233); }

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

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

 a { background-color: rgb(138,182,233); }

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

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

 span { border-color: rgb(138,182,233); }

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