#9BB5CA

Color #9BB5CA Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9BB5CA

Tints of Nepal #9BB5CA

Color information

#9BB5CA (or 0x9BB5CA) is unknown color: approx Nepal. HEX triplet: 9B, B5 and CA. RGB value is (155,181,202). Sum of RGB (Red+Green+Blue) = 155+181+202=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5CA is #644A35. Grayscale: #AFAFAF. Windows color (decimal): -6572598 or 13284763. OLE color: 13284763.

HSL color Cylindrical-coordinate representation of color #9BB5CA: hue angle of 206.81º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BB5CA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155181202-
CMYK0.230.1000.21
HSL206.81º30.72%70%-
HSV(B)206.81º23.27%79.22%-
XYZ40.744.2862.28-
YUV175.62142.89113.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=28.81%
G=33.64%
B=37.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551812020.230.1000.21206.8130.7270
Hex9BB5CA17A015cf1f46
Octal233265312271202531737106
Binary10011011101101011100101010111101001010111001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BB5CA;
 }
 .AnyTagClassName
 {
   color: #9BB5CA;
 }
</style>
background-color css

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

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

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

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

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

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