#9DACEB

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

Shades of Perano #9DACEB

Tints of Perano #9DACEB

Color information

#9DACEB (or 0x9DACEB) is unknown color: approx Perano. HEX triplet: 9D, AC and EB. RGB value is (157,172,235). Sum of RGB (Red+Green+Blue) = 157+172+235=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACEB is #625314. Grayscale: #AEAEAE. Windows color (decimal): -6443797 or 15445149. OLE color: 15445149.

HSL color Cylindrical-coordinate representation of color #9DACEB: hue angle of 228.46º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DACEB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157172235-
CMYK0.330.2700.08
HSL228.46º66.1%76.86%-
HSV(B)228.46º33.19%92.16%-
XYZ43.6542.6784.53-
YUV174.7162.03115.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=27.84%
G=30.50%
B=41.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571722350.330.2700.08228.4666.176.86
Hex9DACEB211B08e4424d
Octal2352543534133010344102115
Binary10011101101011001110101110000111011010001110010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,235); }

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

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

 a { background-color: rgb(157,172,235); }

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

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

 span { border-color: rgb(157,172,235); }

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