#98ADC2

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

Shades of Nepal #98ADC2

Tints of Nepal #98ADC2

Color information

#98ADC2 (or 0x98ADC2) is unknown color: approx Nepal. HEX triplet: 98, AD and C2. RGB value is (152,173,194). Sum of RGB (Red+Green+Blue) = 152+173+194=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #98ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADC2 is #67523D. Grayscale: #A9A9A9. Windows color (decimal): -6771262 or 12758424. OLE color: 12758424.

HSL color Cylindrical-coordinate representation of color #98ADC2: hue angle of 210º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98ADC2 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152173194-
CMYK0.220.1100.24
HSL210º25.61%67.84%-
HSV(B)210º21.65%76.08%-
XYZ37.6340.4656.86-
YUV169.12142.04115.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=29.29%
G=33.33%
B=37.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521731940.220.1100.2421025.6167.84
Hex98ADC216B018d21a44
Octal230255302261303032232104
Binary10011000101011011100001010110101101100011010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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