#999DAE

Color #999DAE Mischka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mischka #999DAE

Tints of Mischka #999DAE

Color information

#999DAE (or 0x999DAE) is unknown color: approx Mischka. HEX triplet: 99, 9D and AE. RGB value is (153,157,174). Sum of RGB (Red+Green+Blue) = 153+157+174=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #999DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DAE is #666251. Grayscale: #9D9D9D. Windows color (decimal): -6709842 or 11443609. OLE color: 11443609.

HSL color Cylindrical-coordinate representation of color #999DAE: hue angle of 228.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999DAE is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153157174-
CMYK0.120.1000.32
HSL228.57º11.48%64.12%-
HSV(B)228.57º12.07%68.24%-
XYZ32.8333.9444.87-
YUV157.74137.17124.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=31.61%
G=32.44%
B=35.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531571740.120.1000.32228.5711.4864.12
Hex999DAECA020e5b40
Octal231235256141204034513100
Binary1001100110011101101011101100101001000001110010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999DAE; }

 p { color: rgb(153,157,174); }

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

<style>
 a { background-color: #999DAE; }

 a { background-color: rgb(153,157,174); }

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

<style>
 span { border-color: #999DAE; }

 span { border-color: rgb(153,157,174); }

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