#8EB1EE

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

Shades of Jordy Blue #8EB1EE

Tints of Jordy Blue #8EB1EE

Color information

#8EB1EE (or 0x8EB1EE) is unknown color: approx Jordy Blue. HEX triplet: 8E, B1 and EE. RGB value is (142,177,238). Sum of RGB (Red+Green+Blue) = 142+177+238=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EB1EE is #714E11. Grayscale: #ADADAD. Windows color (decimal): -7425554 or 15643022. OLE color: 15643022.

HSL color Cylindrical-coordinate representation of color #8EB1EE: hue angle of 218.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EB1EE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142177238-
CMYK0.400.2600.07
HSL218.12º73.85%74.51%-
HSV(B)218.12º40.34%93.33%-
XYZ42.3143.3787.03-
YUV173.49164.4105.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=25.49%
G=31.78%
B=42.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421772380.400.2600.07218.1273.8574.51
Hex8EB1EE281A07da4a4b
Octal216261356503207332112113
Binary1000111010110001111011101010001101001111101101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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