#9DB1EC

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

Shades of Perano #9DB1EC

Tints of Perano #9DB1EC

Color information

#9DB1EC (or 0x9DB1EC) is unknown color: approx Perano. HEX triplet: 9D, B1 and EC. RGB value is (157,177,236). Sum of RGB (Red+Green+Blue) = 157+177+236=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DB1EC is #624E13. Grayscale: #B1B1B1. Windows color (decimal): -6442516 or 15511965. OLE color: 15511965.

HSL color Cylindrical-coordinate representation of color #9DB1EC: hue angle of 224.81º 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 #9DB1EC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157177236-
CMYK0.330.2500.07
HSL224.81º67.52%77.06%-
HSV(B)224.81º33.47%92.55%-
XYZ44.7744.6785.62-
YUV177.75160.87113.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=27.54%
G=31.05%
B=41.40%

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
Decimal1571772360.330.2500.07224.8167.5277.06
Hex9DB1EC211907e1444d
Octal235261354413107341104115
Binary1001110110110001111011001000011100101111110000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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