#98AEC5

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

Shades of Nepal #98AEC5

Tints of Nepal #98AEC5

Color information

#98AEC5 (or 0x98AEC5) is unknown color: approx Nepal. HEX triplet: 98, AE and C5. RGB value is (152,174,197). Sum of RGB (Red+Green+Blue) = 152+174+197=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 197 - color contains mainly: blue. Hex color #98AEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEC5 is #67513A. Grayscale: #A9A9A9. Windows color (decimal): -6771003 or 12955288. OLE color: 12955288.

HSL color Cylindrical-coordinate representation of color #98AEC5: hue angle of 210.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98AEC5 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB152174197-
CMYK0.230.1200.23
HSL210.67º27.95%68.43%-
HSV(B)210.67º22.84%77.25%-
XYZ38.1640.9858.72-
YUV170.04143.21115.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=29.06%
G=33.27%
B=37.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521741970.230.1200.23210.6727.9568.43
Hex98AEC517C017d31c44
Octal230256305271402732334104
Binary10011000101011101100010110111110001011111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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