#8AAFE2

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

Shades of Jordy Blue #8AAFE2

Tints of Jordy Blue #8AAFE2

Color information

#8AAFE2 (or 0x8AAFE2) is unknown color: approx Jordy Blue. HEX triplet: 8A, AF and E2. RGB value is (138,175,226). Sum of RGB (Red+Green+Blue) = 138+175+226=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #8AAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFE2 is #75501D. Grayscale: #A9A9A9. Windows color (decimal): -7688222 or 14856074. OLE color: 14856074.

HSL color Cylindrical-coordinate representation of color #8AAFE2: hue angle of 214.77º 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 #8AAFE2 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB138175226-
CMYK0.390.2300.11
HSL214.77º60.27%71.37%-
HSV(B)214.77º38.94%88.63%-
XYZ39.5441.5577.89-
YUV169.75159.74105.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.60%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 226 (88.67% from 255) = 41.93%
R=25.60%
G=32.47%
B=41.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1381752260.390.2300.11214.7760.2771.37
Hex8AAFE227170Bd73c47
Octal212257342472701332774107
Binary1000101010101111111000101001111011101011110101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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