#8AAFE0

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

Shades of Jordy Blue #8AAFE0

Tints of Jordy Blue #8AAFE0

Color information

#8AAFE0 (or 0x8AAFE0) is unknown color: approx Jordy Blue. HEX triplet: 8A, AF and E0. RGB value is (138,175,224). Sum of RGB (Red+Green+Blue) = 138+175+224=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #8AAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFE0 is #75501F. Grayscale: #A9A9A9. Windows color (decimal): -7688224 or 14725002. OLE color: 14725002.

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

Color convert

RGB138175224-
CMYK0.380.2200.12
HSL214.19º58.11%70.98%-
HSV(B)214.19º38.39%87.84%-
XYZ39.2741.4576.45-
YUV169.52158.74105.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=25.70%
G=32.59%
B=41.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381752240.380.2200.12214.1958.1170.98
Hex8AAFE026160Cd63a47
Octal212257340462601432672107
Binary1000101010101111111000001001101011001100110101101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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