Html Css Color HEX #9BCBB4 Vista Blue

📋 copy color: '#9BCBB4'

red 155 ◦ green 203 ◦ blue 180

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

Shades of Vista Blue #9BCBB4

Tints of Vista Blue #9BCBB4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 28.81%
G = 37.73%
B = 33.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#9BCBB4 (or 0x9BCBB4) is known color: Vista Blue. HEX triplet: 9B, CB and B4. RGB value is (155,203,180). Sum of RGB (Red+Green+Blue) = 155+203+180=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBB4 is #64344B. Grayscale: #BABABA. Windows color (decimal): -6566988 or 11848603. OLE color: 11848603.

HSL color Cylindrical-coordinate representation of color #9BCBB4: hue angle of 151.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCBB4 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 203 180 -
CMYK 0.24 0 0.11 0.20
HSL 151.25º 0.32% 0.7% -
HSV(B) 151.25º 0.24% 0.8% -
XYZ 43.11 52.98 51.13 -
YUV 186.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 155 203 180 0.24 0 0.11 0.20 151.25 0.32 0.7
Hex 9B CB B4 18 0 B 14 97 20 46
Octal 233 313 264 30 0 13 24 227 40 106
Binary 10011011 11001011 10110100 11000 0 1011 10100 10010111 100000 1000110

Color Harmonies of #9BCBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBB4

Black with #9BCBB4

Text Example


Text Example

White with #9BCBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,203,180); }

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

background-color css

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

 a { background-color: rgb(155,203,180); }

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

border-color css

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

 span { border-color: rgb(155,203,180); }

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