#8AABE1

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

Shades of Jordy Blue #8AABE1

Tints of Jordy Blue #8AABE1

Color information

#8AABE1 (or 0x8AABE1) is unknown color: approx Jordy Blue. HEX triplet: 8A, AB and E1. RGB value is (138,171,225). Sum of RGB (Red+Green+Blue) = 138+171+225=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABE1 is #75541E. Grayscale: #A7A7A7. Windows color (decimal): -7689247 or 14789514. OLE color: 14789514.

HSL color Cylindrical-coordinate representation of color #8AABE1: hue angle of 217.24º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AABE1 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138171225-
CMYK0.390.2400.12
HSL217.24º59.18%71.18%-
HSV(B)217.24º38.67%88.24%-
XYZ38.6339.9776.91-
YUV167.29160.57107.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=25.84%
G=32.02%
B=42.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381712250.390.2400.12217.2459.1871.18
Hex8AABE127180Cd93b47
Octal212253341473001433173107
Binary1000101010101011111000011001111100001100110110011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,225); }

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

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

 a { background-color: rgb(138,171,225); }

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

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

 span { border-color: rgb(138,171,225); }

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