Html Css Color HEX #9BB6CC Nepal

📋 copy color: '#9BB6CC'

red 155 ◦ green 182 ◦ blue 204

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

Shades of Nepal #9BB6CC

Tints of Nepal #9BB6CC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.64%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 28.65%
G = 33.64%
B = 37.71%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BB6CC (or 0x9BB6CC) is known color: Nepal. HEX triplet: 9B, B6 and CC. RGB value is (155,182,204). Sum of RGB (Red+Green+Blue) = 155+182+204=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6CC is #644933. Grayscale: #B0B0B0. Windows color (decimal): -6572340 or 13416091. OLE color: 13416091.

HSL color Cylindrical-coordinate representation of color #9BB6CC: hue angle of 206.94º 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 #9BB6CC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 182 204 -
CMYK 0.24 0.11 0 0.2
HSL 206.94º 0.32% 0.7% -
HSV(B) 206.94º 0.24% 0.8% -
XYZ 41.14 44.78 63.6 -
YUV 176.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 155 182 204 0.24 0.11 0 0.2 206.94 0.32 0.7
Hex 9B B6 CC 18 B 0 14 CF 20 46
Octal 233 266 314 30 13 0 24 317 40 106
Binary 10011011 10110110 11001100 11000 1011 0 10100 11001111 100000 1000110

Color Harmonies of #9BB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB6CC

Black with #9BB6CC

Text Example


Text Example

White with #9BB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,182,204); }

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

background-color css

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

 a { background-color: rgb(155,182,204); }

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

border-color css

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

 span { border-color: rgb(155,182,204); }

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