#8DB6EC

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

Shades of Jordy Blue #8DB6EC

Tints of Jordy Blue #8DB6EC

Color information

#8DB6EC (or 0x8DB6EC) is unknown color: approx Jordy Blue. HEX triplet: 8D, B6 and EC. RGB value is (141,182,236). Sum of RGB (Red+Green+Blue) = 141+182+236=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6EC is #724913. Grayscale: #AFAFAF. Windows color (decimal): -7489812 or 15513229. OLE color: 15513229.

HSL color Cylindrical-coordinate representation of color #8DB6EC: hue angle of 214.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB6EC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141182236-
CMYK0.400.2300.07
HSL214.11º71.43%73.92%-
HSV(B)214.11º40.25%92.55%-
XYZ42.8545.1785.82-
YUV175.9161.92103.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.22%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=25.22%
G=32.56%
B=42.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411822360.400.2300.07214.1171.4373.92
Hex8DB6EC281707d6474a
Octal215266354502707326107112
Binary1000110110110110111011001010001011101111101011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,236); }

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

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

 a { background-color: rgb(141,182,236); }

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

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

 span { border-color: rgb(141,182,236); }

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