#8EB1FA

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

Shades of Jordy Blue #8EB1FA

Tints of Jordy Blue #8EB1FA

Color information

#8EB1FA (or 0x8EB1FA) is unknown color: approx Jordy Blue. HEX triplet: 8E, B1 and FA. RGB value is (142,177,250). Sum of RGB (Red+Green+Blue) = 142+177+250=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EB1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EB1FA is #714E05. Grayscale: #AEAEAE. Windows color (decimal): -7425542 or 16429454. OLE color: 16429454.

HSL color Cylindrical-coordinate representation of color #8EB1FA: hue angle of 220.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EB1FA is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142177250-
CMYK0.430.2900.02
HSL220.56º91.53%76.86%-
HSV(B)220.56º43.2%98.04%-
XYZ44.1344.196.63-
YUV174.86170.4104.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=24.96%
G=31.11%
B=43.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421772500.430.2900.02220.5691.5376.86
Hex8EB1FA2B1D02dd5c4d
Octal216261372533502335134115
Binary100011101011000111111010101011111010101101110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,250); }

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

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

 a { background-color: rgb(142,177,250); }

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

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

 span { border-color: rgb(142,177,250); }

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