#8EB0EC

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

Shades of Jordy Blue #8EB0EC

Tints of Jordy Blue #8EB0EC

Color information

#8EB0EC (or 0x8EB0EC) is unknown color: approx Jordy Blue. HEX triplet: 8E, B0 and EC. RGB value is (142,176,236). Sum of RGB (Red+Green+Blue) = 142+176+236=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EB0EC is #714F13. Grayscale: #ACACAC. Windows color (decimal): -7425812 or 15511694. OLE color: 15511694.

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

Color convert

RGB142176236-
CMYK0.400.2500.07
HSL218.3º71.21%74.12%-
HSV(B)218.3º39.83%92.55%-
XYZ41.8242.8685.43-
YUV172.67163.74106.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.63%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=25.63%
G=31.77%
B=42.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421762360.400.2500.07218.371.2174.12
Hex8EB0EC281907da474a
Octal216260354503107332107112
Binary1000111010110000111011001010001100101111101101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,176,236); }

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

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

 a { background-color: rgb(142,176,236); }

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

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

 span { border-color: rgb(142,176,236); }

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