Html Css Color HEX #98ABBF Nepal

📋 copy color: '#98ABBF'

red 152 ◦ green 171 ◦ blue 191

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

Shades of Nepal #98ABBF

Tints of Nepal #98ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

 BLUE value IS 191 (75% from 255) = 37.16%

R = 29.57%
G = 33.27%
B = 37.16%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98ABBF (or 0x98ABBF) is known color: Nepal. HEX triplet: 98, AB and BF. RGB value is (152,171,191). Sum of RGB (Red+Green+Blue) = 152+171+191=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #98ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBF is #675440. Grayscale: #A7A7A7. Windows color (decimal): -6771777 or 12561304. OLE color: 12561304.

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

Color convert

RGB 152 171 191 -
CMYK 0.20 0.10 0 0.25
HSL 210.77º 0.23% 0.67% -
HSV(B) 210.77º 0.2% 0.75% -
XYZ 36.92 39.56 54.98 -
YUV 167.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 152 171 191 0.20 0.10 0 0.25 210.77 0.23 0.67
Hex 98 AB BF 14 A 0 19 D3 17 43
Octal 230 253 277 24 12 0 31 323 27 103
Binary 10011000 10101011 10111111 10100 1010 0 11001 11010011 10111 1000011

Color Harmonies of #98ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABBF

Black with #98ABBF

Text Example


Text Example

White with #98ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,191); }

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

background-color css

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

 a { background-color: rgb(152,171,191); }

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

border-color css

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

 span { border-color: rgb(152,171,191); }

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