#8EB8DF

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

Shades of Jordy Blue #8EB8DF

Tints of Jordy Blue #8EB8DF

Color information

#8EB8DF (or 0x8EB8DF) is unknown color: approx Jordy Blue. HEX triplet: 8E, B8 and DF. RGB value is (142,184,223). Sum of RGB (Red+Green+Blue) = 142+184+223=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB8DF is #714720. Grayscale: #AFAFAF. Windows color (decimal): -7423777 or 14661774. OLE color: 14661774.

HSL color Cylindrical-coordinate representation of color #8EB8DF: hue angle of 208.89º 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 #8EB8DF is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142184223-
CMYK0.360.1700.13
HSL208.89º55.86%71.57%-
HSV(B)208.89º36.32%87.45%-
XYZ41.6245.3676.37-
YUV175.89154.59103.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.87%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=25.87%
G=33.52%
B=40.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421842230.360.1700.13208.8955.8671.57
Hex8EB8DF24110Dd13848
Octal216270337442101532170110
Binary1000111010111000110111111001001000101101110100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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