Html Css Color HEX #98AABD Nepal

📋 copy color: '#98AABD'

red 152 ◦ green 170 ◦ blue 189

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

Shades of Nepal #98AABD

Tints of Nepal #98AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 29.75%
G = 33.27%
B = 36.99%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98AABD (or 0x98AABD) is known color: Nepal. HEX triplet: 98, AA and BD. RGB value is (152,170,189). Sum of RGB (Red+Green+Blue) = 152+170+189=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #98AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AABD is #675542. Grayscale: #A6A6A6. Windows color (decimal): -6772035 or 12429976. OLE color: 12429976.

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

Color convert

RGB 152 170 189 -
CMYK 0.20 0.10 0 0.26
HSL 210.81º 0.22% 0.67% -
HSV(B) 210.81º 0.2% 0.74% -
XYZ 36.51 39.1 53.77 -
YUV 166.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 152 170 189 0.20 0.10 0 0.26 210.81 0.22 0.67
Hex 98 AA BD 14 A 0 1A D3 16 43
Octal 230 252 275 24 12 0 32 323 26 103
Binary 10011000 10101010 10111101 10100 1010 0 11010 11010011 10110 1000011

Color Harmonies of #98AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AABD

Black with #98AABD

Text Example


Text Example

White with #98AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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