#98B2C9

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

Shades of Nepal #98B2C9

Tints of Nepal #98B2C9

Color information

#98B2C9 (or 0x98B2C9) is unknown color: approx Nepal. HEX triplet: 98, B2 and C9. RGB value is (152,178,201). Sum of RGB (Red+Green+Blue) = 152+178+201=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #98B2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2C9 is #674D36. Grayscale: #ACACAC. Windows color (decimal): -6769975 or 13218456. OLE color: 13218456.

HSL color Cylindrical-coordinate representation of color #98B2C9: hue angle of 208.16º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98B2C9 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152178201-
CMYK0.240.1100.21
HSL208.16º31.21%69.22%-
HSV(B)208.16º24.38%78.82%-
XYZ39.4142.7361.43-
YUV172.85143.89113.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=28.63%
G=33.52%
B=37.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521782010.240.1100.21208.1631.2169.22
Hex98B2C918B015d01f45
Octal230262311301302532037105
Binary10011000101100101100100111000101101010111010000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,178,201); }

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

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

 a { background-color: rgb(152,178,201); }

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

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

 span { border-color: rgb(152,178,201); }

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