#8EB6E6

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

Shades of Jordy Blue #8EB6E6

Tints of Jordy Blue #8EB6E6

Color information

#8EB6E6 (or 0x8EB6E6) is unknown color: approx Jordy Blue. HEX triplet: 8E, B6 and E6. RGB value is (142,182,230). Sum of RGB (Red+Green+Blue) = 142+182+230=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #8EB6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EB6E6 is #714919. Grayscale: #AFAFAF. Windows color (decimal): -7424282 or 15120014. OLE color: 15120014.

HSL color Cylindrical-coordinate representation of color #8EB6E6: hue angle of 212.73º 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 #8EB6E6 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142182230-
CMYK0.380.2100.10
HSL212.73º63.77%72.94%-
HSV(B)212.73º38.26%90.2%-
XYZ42.1744.9281.31-
YUV175.51158.75104.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.63%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=25.63%
G=32.85%
B=41.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421822300.380.2100.10212.7363.7772.94
Hex8EB6E626150Ad54049
Octal2162663464625012325100111
Binary10001110101101101110011010011010101010101101010110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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