#8AB1E2

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

Shades of Jordy Blue #8AB1E2

Tints of Jordy Blue #8AB1E2

Color information

#8AB1E2 (or 0x8AB1E2) is unknown color: approx Jordy Blue. HEX triplet: 8A, B1 and E2. RGB value is (138,177,226). Sum of RGB (Red+Green+Blue) = 138+177+226=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #8AB1E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1E2 is #754E1D. Grayscale: #AAAAAA. Windows color (decimal): -7687710 or 14856586. OLE color: 14856586.

HSL color Cylindrical-coordinate representation of color #8AB1E2: hue angle of 213.41º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AB1E2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB138177226-
CMYK0.390.2200.11
HSL213.41º60.27%71.37%-
HSV(B)213.41º38.94%88.63%-
XYZ39.9342.3478.02-
YUV170.92159.08104.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.51%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 226 (88.67% from 255) = 41.77%
R=25.51%
G=32.72%
B=41.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1381772260.390.2200.11213.4160.2771.37
Hex8AB1E227160Bd53c47
Octal212261342472601332574107
Binary1000101010110001111000101001111011001011110101011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,177,226); }

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

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

 a { background-color: rgb(138,177,226); }

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

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

 span { border-color: rgb(138,177,226); }

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