Html Css Color HEX #96B9CB Nepal

📋 copy color: '#96B9CB'

red 150 ◦ green 185 ◦ blue 203

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

Shades of Nepal #96B9CB

Tints of Nepal #96B9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.39%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 27.88%
G = 34.39%
B = 37.73%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96B9CB (or 0x96B9CB) is known color: Nepal. HEX triplet: 96, B9 and CB. RGB value is (150,185,203). Sum of RGB (Red+Green+Blue) = 150+185+203=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #96B9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9CB is #694634. Grayscale: #B0B0B0. Windows color (decimal): -6899253 or 13351318. OLE color: 13351318.

HSL color Cylindrical-coordinate representation of color #96B9CB: hue angle of 200.38º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B9CB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 185 203 -
CMYK 0.26 0.09 0 0.20
HSL 200.38º 0.34% 0.69% -
HSV(B) 200.38º 0.26% 0.8% -
XYZ 40.71 45.49 63.14 -
YUV 176.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 150 185 203 0.26 0.09 0 0.20 200.38 0.34 0.69
Hex 96 B9 CB 1A 9 0 14 C8 22 45
Octal 226 271 313 32 11 0 24 310 42 105
Binary 10010110 10111001 11001011 11010 1001 0 10100 11001000 100010 1000101

Color Harmonies of #96B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B9CB

Black with #96B9CB

Text Example


Text Example

White with #96B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,203); }

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

background-color css

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

 a { background-color: rgb(150,185,203); }

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

border-color css

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

 span { border-color: rgb(150,185,203); }

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