#8DB3EC

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

Shades of Jordy Blue #8DB3EC

Tints of Jordy Blue #8DB3EC

Color information

#8DB3EC (or 0x8DB3EC) is unknown color: approx Jordy Blue. HEX triplet: 8D, B3 and EC. RGB value is (141,179,236). Sum of RGB (Red+Green+Blue) = 141+179+236=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DB3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3EC is #724C13. Grayscale: #ADADAD. Windows color (decimal): -7490580 or 15512461. OLE color: 15512461.

HSL color Cylindrical-coordinate representation of color #8DB3EC: hue angle of 216º 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 #8DB3EC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB141179236-
CMYK0.400.2400.07
HSL216º71.43%73.92%-
HSV(B)216º40.25%92.55%-
XYZ42.2443.9685.62-
YUV174.14162.91104.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.36%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=25.36%
G=32.19%
B=42.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411792360.400.2400.0721671.4373.92
Hex8DB3EC281807d8474a
Octal215263354503007330107112
Binary1000110110110011111011001010001100001111101100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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