#8DB8EB

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

Shades of Jordy Blue #8DB8EB

Tints of Jordy Blue #8DB8EB

Color information

#8DB8EB (or 0x8DB8EB) is unknown color: approx Jordy Blue. HEX triplet: 8D, B8 and EB. RGB value is (141,184,235). Sum of RGB (Red+Green+Blue) = 141+184+235=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8EB is #724714. Grayscale: #B0B0B0. Windows color (decimal): -7489301 or 15448205. OLE color: 15448205.

HSL color Cylindrical-coordinate representation of color #8DB8EB: hue angle of 212.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB8EB is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB141184235-
CMYK0.40.2200.08
HSL212.55º70.15%73.73%-
HSV(B)212.55º40%92.16%-
XYZ43.1245.9485.19-
YUV176.96160.75102.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.18%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=25.18%
G=32.86%
B=41.96%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1411842350.40.2200.08212.5570.1573.73
Hex8DB8EB281608d5464a
Octal2152703535026010325106112
Binary10001101101110001110101110100010110010001101010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,184,235); }

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

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

 a { background-color: rgb(141,184,235); }

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

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

 span { border-color: rgb(141,184,235); }

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