#9DAAEC

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

Shades of Perano #9DAAEC

Tints of Perano #9DAAEC

Color information

#9DAAEC (or 0x9DAAEC) is unknown color: approx Perano. HEX triplet: 9D, AA and EC. RGB value is (157,170,236). Sum of RGB (Red+Green+Blue) = 157+170+236=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAAEC is #625513. Grayscale: #ADADAD. Windows color (decimal): -6444308 or 15510173. OLE color: 15510173.

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

Color convert

RGB157170236-
CMYK0.330.2800.07
HSL230.13º67.52%77.06%-
HSV(B)230.13º33.47%92.55%-
XYZ43.4241.9785.17-
YUV173.64163.19116.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=27.89%
G=30.20%
B=41.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571702360.330.2800.07230.1367.5277.06
Hex9DAAEC211C07e6444d
Octal235252354413407346104115
Binary1001110110101010111011001000011110001111110011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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