#8eb8e6

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

Shades of Jordy Blue #8EB8E6

Tints of Jordy Blue #8EB8E6

Color information

#8EB8E6 (or 0x8EB8E6) is unknown color: approx Jordy Blue. HEX triplet: 8E, B8 and E6. RGB value is (142,184,230). Sum of RGB (Red+Green+Blue) = 142+184+230=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #8EB8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB8E6 is #714719. Grayscale: #B0B0B0. Windows color (decimal): -7423770 or 15120526. OLE color: 15120526.

HSL color Cylindrical-coordinate representation of color #8EB8E6: hue angle of 211.36º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EB8E6 is Cyan = 0.38, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142184230-
CMYK0.380.200.10
HSL211.36º63.77%72.94%-
HSV(B)211.36º38.26%90.2%-
XYZ42.5845.7481.45-
YUV176.69158.09103.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.54%
GREEN value IS 184 (72.27% from 255) = 33.09%
BLUE value IS 230 (90.23% from 255) = 41.37%
R=25.54%
G=33.09%
B=41.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421842300.380.200.10211.3663.7772.94
Hex8EB8E626140Ad34049
Octal2162703464624012323100111
Binary10001110101110001110011010011010100010101101001110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eb8e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,184,230); }

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

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

 a { background-color: rgb(142,184,230); }

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

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

 span { border-color: rgb(142,184,230); }

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