#98AFC0

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

Shades of Nepal #98AFC0

Tints of Nepal #98AFC0

Color information

#98AFC0 (or 0x98AFC0) is unknown color: approx Nepal. HEX triplet: 98, AF and C0. RGB value is (152,175,192). Sum of RGB (Red+Green+Blue) = 152+175+192=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #98AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFC0 is #67503F. Grayscale: #A9A9A9. Windows color (decimal): -6770752 or 12627864. OLE color: 12627864.

HSL color Cylindrical-coordinate representation of color #98AFC0: hue angle of 205.5º 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 #98AFC0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152175192-
CMYK0.210.0900.25
HSL205.5º24.1%67.45%-
HSV(B)205.5º20.83%75.29%-
XYZ37.7941.1455.82-
YUV170.06140.38115.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=29.29%
G=33.72%
B=36.99%

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
Decimal1521751920.210.0900.25205.524.167.45
Hex98AFC0159019ce1843
Octal230257300251103131630103
Binary10011000101011111100000010101100101100111001110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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