#8EB7DD

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

Shades of Jordy Blue #8EB7DD

Tints of Jordy Blue #8EB7DD

Color information

#8EB7DD (or 0x8EB7DD) is unknown color: approx Jordy Blue. HEX triplet: 8E, B7 and DD. RGB value is (142,183,221). Sum of RGB (Red+Green+Blue) = 142+183+221=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EB7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB7DD is #714822. Grayscale: #AEAEAE. Windows color (decimal): -7424035 or 14530446. OLE color: 14530446.

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

Color convert

RGB142183221-
CMYK0.360.1700.13
HSL208.86º53.74%71.18%-
HSV(B)208.86º35.75%86.67%-
XYZ41.1444.8474.89-
YUV175.07153.92104.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=26.01%
G=33.52%
B=40.48%

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
Decimal1421832210.360.1700.13208.8653.7471.18
Hex8EB7DD24110Dd13647
Octal216267335442101532166107
Binary1000111010110111110111011001001000101101110100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,183,221); }

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

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

 a { background-color: rgb(142,183,221); }

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

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

 span { border-color: rgb(142,183,221); }

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