Html Css Color HEX #99AFBE Nepal

📋 copy color: '#99AFBE'

red 153 ◦ green 175 ◦ blue 190

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

Shades of Nepal #99AFBE

Tints of Nepal #99AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 29.54%
G = 33.78%
B = 36.68%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99AFBE (or 0x99AFBE) is known color: Nepal. HEX triplet: 99, AF and BE. RGB value is (153,175,190). Sum of RGB (Red+Green+Blue) = 153+175+190=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #99AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFBE is #665041. Grayscale: #AAAAAA. Windows color (decimal): -6705218 or 12496793. OLE color: 12496793.

HSL color Cylindrical-coordinate representation of color #99AFBE: hue angle of 204.32º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99AFBE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 175 190 -
CMYK 0.19 0.08 0 0.25
HSL 204.32º 0.22% 0.67% -
HSV(B) 204.32º 0.19% 0.75% -
XYZ 37.76 41.15 54.67 -
YUV 170.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 153 175 190 0.19 0.08 0 0.25 204.32 0.22 0.67
Hex 99 AF BE 13 8 0 19 CC 16 43
Octal 231 257 276 23 10 0 31 314 26 103
Binary 10011001 10101111 10111110 10011 1000 0 11001 11001100 10110 1000011

Color Harmonies of #99AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFBE

Black with #99AFBE

Text Example


Text Example

White with #99AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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