#9DB2EC

Color #9DB2EC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9DB2EC

Tints of Perano #9DB2EC

Color information

#9DB2EC (or 0x9DB2EC) is unknown color: approx Perano. HEX triplet: 9D, B2 and EC. RGB value is (157,178,236). Sum of RGB (Red+Green+Blue) = 157+178+236=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB2EC is #624D13. Grayscale: #B2B2B2. Windows color (decimal): -6442260 or 15512221. OLE color: 15512221.

HSL color Cylindrical-coordinate representation of color #9DB2EC: hue angle of 224.05º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB2EC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157178236-
CMYK0.330.2500.07
HSL224.05º67.52%77.06%-
HSV(B)224.05º33.47%92.55%-
XYZ44.9745.0785.69-
YUV178.33160.54112.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.50%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=27.50%
G=31.17%
B=41.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571782360.330.2500.07224.0567.5277.06
Hex9DB2EC211907e0444d
Octal235262354413107340104115
Binary1001110110110010111011001000011100101111110000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DB2EC; }

 p { color: rgb(157,178,236); }

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

<style>
 a { background-color: #9DB2EC; }

 a { background-color: rgb(157,178,236); }

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

<style>
 span { border-color: #9DB2EC; }

 span { border-color: rgb(157,178,236); }

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