#8DB8EC

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

Shades of Jordy Blue #8DB8EC

Tints of Jordy Blue #8DB8EC

Color information

#8DB8EC (or 0x8DB8EC) is unknown color: approx Jordy Blue. HEX triplet: 8D, B8 and EC. RGB value is (141,184,236). Sum of RGB (Red+Green+Blue) = 141+184+236=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB8EC is #724713. Grayscale: #B0B0B0. Windows color (decimal): -7489300 or 15513741. OLE color: 15513741.

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

Color convert

RGB141184236-
CMYK0.400.2200.07
HSL212.84º71.43%73.92%-
HSV(B)212.84º40.25%92.55%-
XYZ43.274685.96-
YUV177.07161.25102.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=25.13%
G=32.80%
B=42.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1411842360.400.2200.07212.8471.4373.92
Hex8DB8EC281607d5474a
Octal215270354502607325107112
Binary1000110110111000111011001010001011001111101010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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