#8EB6DF

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

Shades of Jordy Blue #8EB6DF

Tints of Jordy Blue #8EB6DF

Color information

#8EB6DF (or 0x8EB6DF) is unknown color: approx Jordy Blue. HEX triplet: 8E, B6 and DF. RGB value is (142,182,223). Sum of RGB (Red+Green+Blue) = 142+182+223=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6DF is #714920. Grayscale: #AEAEAE. Windows color (decimal): -7424289 or 14661262. OLE color: 14661262.

HSL color Cylindrical-coordinate representation of color #8EB6DF: hue angle of 210.37º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EB6DF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142182223-
CMYK0.360.1800.13
HSL210.37º55.86%71.57%-
HSV(B)210.37º36.32%87.45%-
XYZ41.244.5376.24-
YUV174.71155.25104.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=25.96%
G=33.27%
B=40.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421822230.360.1800.13210.3755.8671.57
Hex8EB6DF24120Dd23848
Octal216266337442201532270110
Binary1000111010110110110111111001001001001101110100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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