Html Css Color HEX #9BB5CB Nepal

📋 copy color: '#9BB5CB'

red 155 ◦ green 181 ◦ blue 203

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

Shades of Nepal #9BB5CB

Tints of Nepal #9BB5CB

RGB

 RED value IS 155 (60.94% from 255) = 28.76%

 GREEN value IS 181 (71.09% from 255) = 33.58%

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

R = 28.76%
G = 33.58%
B = 37.66%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BB5CB (or 0x9BB5CB) is known color: Nepal. HEX triplet: 9B, B5 and CB. RGB value is (155,181,203). Sum of RGB (Red+Green+Blue) = 155+181+203=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BB5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5CB is #644A34. Grayscale: #AFAFAF. Windows color (decimal): -6572597 or 13350299. OLE color: 13350299.

HSL color Cylindrical-coordinate representation of color #9BB5CB: hue angle of 207.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB5CB is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 181 203 -
CMYK 0.24 0.11 0 0.20
HSL 207.5º 0.32% 0.7% -
HSV(B) 207.5º 0.24% 0.8% -
XYZ 40.82 44.33 62.9 -
YUV 175.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 155 181 203 0.24 0.11 0 0.20 207.5 0.32 0.7
Hex 9B B5 CB 18 B 0 14 D0 20 46
Octal 233 265 313 30 13 0 24 320 40 106
Binary 10011011 10110101 11001011 11000 1011 0 10100 11010000 100000 1000110

Color Harmonies of #9BB5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5CB

Black with #9BB5CB

Text Example


Text Example

White with #9BB5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB5CB; }

 p { color: rgb(155,181,203); }

 H1.HeaderClassName
 {
   color: #9BB5CB;
 }
 .AnyTagClassName
 {
   color: #9BB5CB;
 }
</style>

background-color css

<style>
 a { background-color: #9BB5CB; }

 a { background-color: rgb(155,181,203); }

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

border-color css

<style>
 span { border-color: #9BB5CB; }

 span { border-color: rgb(155,181,203); }

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