Html Css Color HEX #9BAEBA Nepal

📋 copy color: '#9BAEBA'

red 155 ◦ green 174 ◦ blue 186

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

Shades of Nepal #9BAEBA

Tints of Nepal #9BAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.79%

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

R = 30.1%
G = 33.79%
B = 36.12%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9BAEBA (or 0x9BAEBA) is known color: Nepal. HEX triplet: 9B, AE and BA. RGB value is (155,174,186). Sum of RGB (Red+Green+Blue) = 155+174+186=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEBA is #645145. Grayscale: #A9A9A9. Windows color (decimal): -6574406 or 12234395. OLE color: 12234395.

HSL color Cylindrical-coordinate representation of color #9BAEBA: hue angle of 203.23º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BAEBA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 174 186 -
CMYK 0.17 0.06 0 0.27
HSL 203.23º 0.18% 0.67% -
HSV(B) 203.23º 0.17% 0.73% -
XYZ 37.52 40.79 52.35 -
YUV 169.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 155 174 186 0.17 0.06 0 0.27 203.23 0.18 0.67
Hex 9B AE BA 11 6 0 1B CB 12 43
Octal 233 256 272 21 6 0 33 313 22 103
Binary 10011011 10101110 10111010 10001 110 0 11011 11001011 10010 1000011

Color Harmonies of #9BAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEBA

Black with #9BAEBA

Text Example


Text Example

White with #9BAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,186); }

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

background-color css

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

 a { background-color: rgb(155,174,186); }

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

border-color css

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

 span { border-color: rgb(155,174,186); }

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