Html Css Color HEX #96AFBA Nepal

📋 copy color: '#96AFBA'

red 150 ◦ green 175 ◦ blue 186

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

Shades of Nepal #96AFBA

Tints of Nepal #96AFBA

RGB

 RED value IS 150 (58.98% from 255) = 29.35%

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

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

R = 29.35%
G = 34.25%
B = 36.4%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96AFBA (or 0x96AFBA) is known color: Nepal. HEX triplet: 96, AF and BA. RGB value is (150,175,186). Sum of RGB (Red+Green+Blue) = 150+175+186=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #96AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFBA is #695045. Grayscale: #A8A8A8. Windows color (decimal): -6901830 or 12234646. OLE color: 12234646.

HSL color Cylindrical-coordinate representation of color #96AFBA: hue angle of 198.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AFBA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 175 186 -
CMYK 0.19 0.06 0 0.27
HSL 198.33º 0.21% 0.66% -
HSV(B) 198.33º 0.19% 0.73% -
XYZ 36.77 40.69 52.37 -
YUV 168.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 150 175 186 0.19 0.06 0 0.27 198.33 0.21 0.66
Hex 96 AF BA 13 6 0 1B C6 15 42
Octal 226 257 272 23 6 0 33 306 25 102
Binary 10010110 10101111 10111010 10011 110 0 11011 11000110 10101 1000010

Color Harmonies of #96AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFBA

Black with #96AFBA

Text Example


Text Example

White with #96AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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