#8EAAF1

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

Shades of Jordy Blue #8EAAF1

Tints of Jordy Blue #8EAAF1

Color information

#8EAAF1 (or 0x8EAAF1) is unknown color: approx Jordy Blue. HEX triplet: 8E, AA and F1. RGB value is (142,170,241). Sum of RGB (Red+Green+Blue) = 142+170+241=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #8EAAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAF1 is #71550E. Grayscale: #A9A9A9. Windows color (decimal): -7427343 or 15837838. OLE color: 15837838.

HSL color Cylindrical-coordinate representation of color #8EAAF1: hue angle of 223.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EAAF1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142170241-
CMYK0.410.2900.05
HSL223.03º77.95%75.1%-
HSV(B)223.03º41.08%94.51%-
XYZ41.4140.8588.92-
YUV169.72168.22108.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.68%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=25.68%
G=30.74%
B=43.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421702410.410.2900.05223.0377.9575.1
Hex8EAAF1291D05df4e4b
Octal216252361513505337116113
Binary1000111010101010111100011010011110101011101111110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,241); }

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

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

 a { background-color: rgb(142,170,241); }

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

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

 span { border-color: rgb(142,170,241); }

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