#8FAAE5

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

Shades of Jordy Blue #8FAAE5

Tints of Jordy Blue #8FAAE5

Color information

#8FAAE5 (or 0x8FAAE5) is unknown color: approx Jordy Blue. HEX triplet: 8F, AA and E5. RGB value is (143,170,229). Sum of RGB (Red+Green+Blue) = 143+170+229=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FAAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAE5 is #70551A. Grayscale: #A8A8A8. Windows color (decimal): -7361819 or 15051407. OLE color: 15051407.

HSL color Cylindrical-coordinate representation of color #8FAAE5: hue angle of 221.16º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAAE5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB143170229-
CMYK0.380.2600.10
HSL221.16º62.32%72.94%-
HSV(B)221.16º37.55%89.8%-
XYZ39.8540.2579.8-
YUV168.65162.05109.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 229 (89.84% from 255) = 42.25%
R=26.38%
G=31.37%
B=42.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1431702290.380.2600.10221.1662.3272.94
Hex8FAAE5261A0Add3e49
Octal217252345463201233576111
Binary1000111110101010111001011001101101001010110111011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,229); }

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

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

 a { background-color: rgb(143,170,229); }

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

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

 span { border-color: rgb(143,170,229); }

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