#9DA6EC

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

Shades of Perano #9DA6EC

Tints of Perano #9DA6EC

Color information

#9DA6EC (or 0x9DA6EC) is unknown color: approx Perano. HEX triplet: 9D, A6 and EC. RGB value is (157,166,236). Sum of RGB (Red+Green+Blue) = 157+166+236=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DA6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA6EC is #625913. Grayscale: #ABABAB. Windows color (decimal): -6445332 or 15509149. OLE color: 15509149.

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

Color convert

RGB157166236-
CMYK0.330.3000.07
HSL233.16º67.52%77.06%-
HSV(B)233.16º33.47%92.55%-
XYZ42.6840.584.92-
YUV171.29164.52117.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.09%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=28.09%
G=29.70%
B=42.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571662360.330.3000.07233.1667.5277.06
Hex9DA6EC211E07e9444d
Octal235246354413607351104115
Binary1001110110100110111011001000011111001111110100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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