Html Css Color HEX #98ADC1 Nepal

📋 copy color: '#98ADC1'

red 152 ◦ green 173 ◦ blue 193

#98ADC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #98ADC1

Tints of Nepal #98ADC1

RGB

 RED value IS 152 (59.77% from 255) = 29.34%

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 29.34%
G = 33.4%
B = 37.26%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98ADC1 (or 0x98ADC1) is known color: Nepal. HEX triplet: 98, AD and C1. RGB value is (152,173,193). Sum of RGB (Red+Green+Blue) = 152+173+193=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #98ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADC1 is #67523E. Grayscale: #A8A8A8. Windows color (decimal): -6771263 or 12692888. OLE color: 12692888.

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

Color convert

RGB 152 173 193 -
CMYK 0.21 0.10 0 0.24
HSL 209.27º 0.25% 0.68% -
HSV(B) 209.27º 0.21% 0.76% -
XYZ 37.52 40.41 56.28 -
YUV 169 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 152 173 193 0.21 0.10 0 0.24 209.27 0.25 0.68
Hex 98 AD C1 15 A 0 18 D1 19 44
Octal 230 255 301 25 12 0 30 321 31 104
Binary 10011000 10101101 11000001 10101 1010 0 11000 11010001 11001 1000100

Color Harmonies of #98ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADC1

Black with #98ADC1

Text Example


Text Example

White with #98ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98ADC1;
 }
 .AnyTagClassName
 {
   color: #98ADC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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