#98AEC0

Color #98AEC0 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #98AEC0

Tints of Nepal #98AEC0

Color information

#98AEC0 (or 0x98AEC0) is unknown color: approx Nepal. HEX triplet: 98, AE and C0. RGB value is (152,174,192). Sum of RGB (Red+Green+Blue) = 152+174+192=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #98AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEC0 is #67513F. Grayscale: #A9A9A9. Windows color (decimal): -6771008 or 12627608. OLE color: 12627608.

HSL color Cylindrical-coordinate representation of color #98AEC0: hue angle of 207º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98AEC0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152174192-
CMYK0.210.0900.25
HSL207º24.1%67.45%-
HSV(B)207º20.83%75.29%-
XYZ37.640.7555.75-
YUV169.47140.71115.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=29.34%
G=33.59%
B=37.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521741920.210.0900.2520724.167.45
Hex98AEC0159019cf1843
Octal230256300251103131730103
Binary10011000101011101100000010101100101100111001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AEC0; }

 p { color: rgb(152,174,192); }

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

<style>
 a { background-color: #98AEC0; }

 a { background-color: rgb(152,174,192); }

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

<style>
 span { border-color: #98AEC0; }

 span { border-color: rgb(152,174,192); }

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