Html Css Color HEX #99AFBA Nepal

📋 copy color: '#99AFBA'

red 153 ◦ green 175 ◦ blue 186

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

Shades of Nepal #99AFBA

Tints of Nepal #99AFBA

RGB

 RED value IS 153 (60.16% from 255) = 29.77%

 GREEN value IS 175 (68.75% from 255) = 34.05%

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

R = 29.77%
G = 34.05%
B = 36.19%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#99AFBA (or 0x99AFBA) is known color: Nepal. HEX triplet: 99, AF and BA. RGB value is (153,175,186). Sum of RGB (Red+Green+Blue) = 153+175+186=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #99AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFBA is #665045. Grayscale: #A9A9A9. Windows color (decimal): -6705222 or 12234649. OLE color: 12234649.

HSL color Cylindrical-coordinate representation of color #99AFBA: hue angle of 200º degrees, saturation: 0.19, 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 #99AFBA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 175 186 -
CMYK 0.18 0.06 0 0.27
HSL 200º 0.19% 0.66% -
HSV(B) 200º 0.18% 0.73% -
XYZ 37.33 40.98 52.4 -
YUV 169.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 153 175 186 0.18 0.06 0 0.27 200 0.19 0.66
Hex 99 AF BA 12 6 0 1B C8 13 42
Octal 231 257 272 22 6 0 33 310 23 102
Binary 10011001 10101111 10111010 10010 110 0 11011 11001000 10011 1000010

Color Harmonies of #99AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFBA

Black with #99AFBA

Text Example


Text Example

White with #99AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AFBA; }

 p { color: rgb(153,175,186); }

 H1.HeaderClassName
 {
   color: #99AFBA;
 }
 .AnyTagClassName
 {
   color: #99AFBA;
 }
</style>

background-color css

<style>
 a { background-color: #99AFBA; }

 a { background-color: rgb(153,175,186); }

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

border-color css

<style>
 span { border-color: #99AFBA; }

 span { border-color: rgb(153,175,186); }

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