Html Css Color HEX #98AABA Nepal

📋 copy color: '#98AABA'

red 152 ◦ green 170 ◦ blue 186

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

Shades of Nepal #98AABA

Tints of Nepal #98AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 29.92%
G = 33.46%
B = 36.61%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#98AABA (or 0x98AABA) is known color: Nepal. HEX triplet: 98, AA and BA. RGB value is (152,170,186). Sum of RGB (Red+Green+Blue) = 152+170+186=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #98AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AABA is #675545. Grayscale: #A6A6A6. Windows color (decimal): -6772038 or 12233368. OLE color: 12233368.

HSL color Cylindrical-coordinate representation of color #98AABA: hue angle of 208.24º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98AABA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 170 186 -
CMYK 0.18 0.09 0 0.27
HSL 208.24º 0.2% 0.66% -
HSV(B) 208.24º 0.18% 0.73% -
XYZ 36.19 38.97 52.07 -
YUV 166.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 152 170 186 0.18 0.09 0 0.27 208.24 0.2 0.66
Hex 98 AA BA 12 9 0 1B D0 14 42
Octal 230 252 272 22 11 0 33 320 24 102
Binary 10011000 10101010 10111010 10010 1001 0 11011 11010000 10100 1000010

Color Harmonies of #98AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AABA

Black with #98AABA

Text Example


Text Example

White with #98AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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