#8DB7EC

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

Shades of Jordy Blue #8DB7EC

Tints of Jordy Blue #8DB7EC

Color information

#8DB7EC (or 0x8DB7EC) is unknown color: approx Jordy Blue. HEX triplet: 8D, B7 and EC. RGB value is (141,183,236). Sum of RGB (Red+Green+Blue) = 141+183+236=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB7EC is #724813. Grayscale: #B0B0B0. Windows color (decimal): -7489556 or 15513485. OLE color: 15513485.

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

Color convert

RGB141183236-
CMYK0.400.2200.07
HSL213.47º71.43%73.92%-
HSV(B)213.47º40.25%92.55%-
XYZ43.0645.5985.89-
YUV176.48161.59102.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.18%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=25.18%
G=32.68%
B=42.14%

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
Decimal1411832360.400.2200.07213.4771.4373.92
Hex8DB7EC281607d5474a
Octal215267354502607325107112
Binary1000110110110111111011001010001011001111101010110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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