Html Css Color HEX #9BECBB Vista Blue

📋 copy color: '#9BECBB'

red 155 ◦ green 236 ◦ blue 187

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

Shades of Vista Blue #9BECBB

Tints of Vista Blue #9BECBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 26.82%
G = 40.83%
B = 32.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#9BECBB (or 0x9BECBB) is known color: Vista Blue. HEX triplet: 9B, EC and BB. RGB value is (155,236,187). Sum of RGB (Red+Green+Blue) = 155+236+187=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECBB is #641344. Grayscale: #CECECE. Windows color (decimal): -6558533 or 12315803. OLE color: 12315803.

HSL color Cylindrical-coordinate representation of color #9BECBB: hue angle of 143.7º 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 #9BECBB is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 187 -
CMYK 0.34 0 0.21 0.07
HSL 143.7º 0.68% 0.77% -
HSV(B) 143.7º 0.34% 0.93% -
XYZ 52.48 70.55 57.86 -
YUV 206.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 155 236 187 0.34 0 0.21 0.07 143.7 0.68 0.77
Hex 9B EC BB 22 0 15 7 90 44 4D
Octal 233 354 273 42 0 25 7 220 104 115
Binary 10011011 11101100 10111011 100010 0 10101 111 10010000 1000100 1001101

Color Harmonies of #9BECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECBB

Black with #9BECBB

Text Example


Text Example

White with #9BECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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