Html Css Color HEX #9BECBE Vista Blue

📋 copy color: '#9BECBE'

red 155 ◦ green 236 ◦ blue 190

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

Shades of Vista Blue #9BECBE

Tints of Vista Blue #9BECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 190 (74.61% from 255) = 32.7%

R = 26.68%
G = 40.62%
B = 32.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#9BECBE (or 0x9BECBE) is known color: Vista Blue. HEX triplet: 9B, EC and BE. RGB value is (155,236,190). Sum of RGB (Red+Green+Blue) = 155+236+190=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECBE is #641341. Grayscale: #CECECE. Windows color (decimal): -6558530 or 12512411. OLE color: 12512411.

HSL color Cylindrical-coordinate representation of color #9BECBE: hue angle of 145.93º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECBE is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 190 -
CMYK 0.34 0 0.19 0.07
HSL 145.93º 0.68% 0.77% -
HSV(B) 145.93º 0.34% 0.93% -
XYZ 52.81 70.68 59.57 -
YUV 206.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 155 236 190 0.34 0 0.19 0.07 145.93 0.68 0.77
Hex 9B EC BE 22 0 13 7 92 44 4D
Octal 233 354 276 42 0 23 7 222 104 115
Binary 10011011 11101100 10111110 100010 0 10011 111 10010010 1000100 1001101

Color Harmonies of #9BECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECBE

Black with #9BECBE

Text Example


Text Example

White with #9BECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,236,190); }

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

background-color css

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

 a { background-color: rgb(155,236,190); }

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

border-color css

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

 span { border-color: rgb(155,236,190); }

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