#98ADC4

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

Shades of Nepal #98ADC4

Tints of Nepal #98ADC4

Color information

#98ADC4 (or 0x98ADC4) is unknown color: approx Nepal. HEX triplet: 98, AD and C4. RGB value is (152,173,196). Sum of RGB (Red+Green+Blue) = 152+173+196=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #98ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADC4 is #67523B. Grayscale: #A9A9A9. Windows color (decimal): -6771260 or 12889496. OLE color: 12889496.

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

Color convert

RGB152173196-
CMYK0.220.1200.23
HSL211.36º27.16%68.24%-
HSV(B)211.36º22.45%76.86%-
XYZ37.8640.5558.06-
YUV169.34143.04115.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=29.17%
G=33.21%
B=37.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1521731960.220.1200.23211.3627.1668.24
Hex98ADC416C017d31b44
Octal230255304261402732333104
Binary10011000101011011100010010110110001011111010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,173,196); }

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

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

 a { background-color: rgb(152,173,196); }

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

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

 span { border-color: rgb(152,173,196); }

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