Html Css Color HEX #9BCEB2 Vista Blue

📋 copy color: '#9BCEB2'

red 155 ◦ green 206 ◦ blue 178

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

Shades of Vista Blue #9BCEB2

Tints of Vista Blue #9BCEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 28.76%
G = 38.22%
B = 33.02%

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

#9BCEB2 (or 0x9BCEB2) is known color: Vista Blue. HEX triplet: 9B, CE and B2. RGB value is (155,206,178). Sum of RGB (Red+Green+Blue) = 155+206+178=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCEB2 is #64314D. Grayscale: #BBBBBB. Windows color (decimal): -6566222 or 11718299. OLE color: 11718299.

HSL color Cylindrical-coordinate representation of color #9BCEB2: hue angle of 147.06º 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 #9BCEB2 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 178 -
CMYK 0.25 0 0.14 0.19
HSL 147.06º 0.34% 0.71% -
HSV(B) 147.06º 0.25% 0.81% -
XYZ 43.62 54.33 50.31 -
YUV 187.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 155 206 178 0.25 0 0.14 0.19 147.06 0.34 0.71
Hex 9B CE B2 19 0 E 13 93 22 47
Octal 233 316 262 31 0 16 23 223 42 107
Binary 10011011 11001110 10110010 11001 0 1110 10011 10010011 100010 1000111

Color Harmonies of #9BCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEB2

Black with #9BCEB2

Text Example


Text Example

White with #9BCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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