Html Css Color HEX #9BCBB6 Vista Blue

📋 copy color: '#9BCBB6'

red 155 ◦ green 203 ◦ blue 182

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

Shades of Vista Blue #9BCBB6

Tints of Vista Blue #9BCBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.7%

R = 28.7%
G = 37.59%
B = 33.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#9BCBB6 (or 0x9BCBB6) is known color: Vista Blue. HEX triplet: 9B, CB and B6. RGB value is (155,203,182). Sum of RGB (Red+Green+Blue) = 155+203+182=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBB6 is #643449. Grayscale: #BABABA. Windows color (decimal): -6566986 or 11979675. OLE color: 11979675.

HSL color Cylindrical-coordinate representation of color #9BCBB6: hue angle of 153.75º 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 #9BCBB6 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 203 182 -
CMYK 0.24 0 0.10 0.20
HSL 153.75º 0.32% 0.7% -
HSV(B) 153.75º 0.24% 0.8% -
XYZ 43.32 53.06 52.21 -
YUV 186.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 155 203 182 0.24 0 0.10 0.20 153.75 0.32 0.7
Hex 9B CB B6 18 0 A 14 9A 20 46
Octal 233 313 266 30 0 12 24 232 40 106
Binary 10011011 11001011 10110110 11000 0 1010 10100 10011010 100000 1000110

Color Harmonies of #9BCBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCBB6

Black with #9BCBB6

Text Example


Text Example

White with #9BCBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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