Html Css Color HEX #9BCEB1 Vista Blue

📋 copy color: '#9BCEB1'

red 155 ◦ green 206 ◦ blue 177

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

Shades of Vista Blue #9BCEB1

Tints of Vista Blue #9BCEB1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 177 (69.53% from 255) = 32.9%

R = 28.81%
G = 38.29%
B = 32.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#9BCEB1 (or 0x9BCEB1) is known color: Vista Blue. HEX triplet: 9B, CE and B1. RGB value is (155,206,177). Sum of RGB (Red+Green+Blue) = 155+206+177=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCEB1 is #64314E. Grayscale: #BBBBBB. Windows color (decimal): -6566223 or 11652763. OLE color: 11652763.

HSL color Cylindrical-coordinate representation of color #9BCEB1: hue angle of 145.88º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEB1 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 177 -
CMYK 0.25 0 0.14 0.19
HSL 145.88º 0.34% 0.71% -
HSV(B) 145.88º 0.25% 0.81% -
XYZ 43.52 54.29 49.78 -
YUV 187.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 155 206 177 0.25 0 0.14 0.19 145.88 0.34 0.71
Hex 9B CE B1 19 0 E 13 92 22 47
Octal 233 316 261 31 0 16 23 222 42 107
Binary 10011011 11001110 10110001 11001 0 1110 10011 10010010 100010 1000111

Color Harmonies of #9BCEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEB1

Black with #9BCEB1

Text Example


Text Example

White with #9BCEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,206,177); }

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

background-color css

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

 a { background-color: rgb(155,206,177); }

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

border-color css

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

 span { border-color: rgb(155,206,177); }

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