Html Css Color HEX #98AABC Nepal

📋 copy color: '#98AABC'

red 152 ◦ green 170 ◦ blue 188

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

Shades of Nepal #98AABC

Tints of Nepal #98AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.33%

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 29.8%
G = 33.33%
B = 36.86%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98AABC (or 0x98AABC) is known color: Nepal. HEX triplet: 98, AA and BC. RGB value is (152,170,188). Sum of RGB (Red+Green+Blue) = 152+170+188=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #98AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AABC is #675543. Grayscale: #A6A6A6. Windows color (decimal): -6772036 or 12364440. OLE color: 12364440.

HSL color Cylindrical-coordinate representation of color #98AABC: hue angle of 210º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98AABC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 170 188 -
CMYK 0.19 0.10 0 0.26
HSL 210º 0.21% 0.67% -
HSV(B) 210º 0.19% 0.74% -
XYZ 36.4 39.06 53.2 -
YUV 166.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 152 170 188 0.19 0.10 0 0.26 210 0.21 0.67
Hex 98 AA BC 13 A 0 1A D2 15 43
Octal 230 252 274 23 12 0 32 322 25 103
Binary 10011000 10101010 10111100 10011 1010 0 11010 11010010 10101 1000011

Color Harmonies of #98AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AABC

Black with #98AABC

Text Example


Text Example

White with #98AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,170,188); }

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

background-color css

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

 a { background-color: rgb(152,170,188); }

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

border-color css

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

 span { border-color: rgb(152,170,188); }

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