#8EB1EB

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

Shades of Jordy Blue #8EB1EB

Tints of Jordy Blue #8EB1EB

Color information

#8EB1EB (or 0x8EB1EB) is unknown color: approx Jordy Blue. HEX triplet: 8E, B1 and EB. RGB value is (142,177,235). Sum of RGB (Red+Green+Blue) = 142+177+235=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EB1EB is #714E14. Grayscale: #ACACAC. Windows color (decimal): -7425557 or 15446414. OLE color: 15446414.

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

Color convert

RGB142177235-
CMYK0.400.2500.08
HSL217.42º69.92%73.92%-
HSV(B)217.42º39.57%92.16%-
XYZ41.8743.1984.73-
YUV173.15162.9105.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.63%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=25.63%
G=31.95%
B=42.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421772350.400.2500.08217.4269.9273.92
Hex8EB1EB281908d9464a
Octal2162613535031010331106112
Binary10001110101100011110101110100011001010001101100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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