Html Css Color HEX #9BDAB9 Vista Blue

📋 copy color: '#9BDAB9'

red 155 ◦ green 218 ◦ blue 185

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

Shades of Vista Blue #9BDAB9

Tints of Vista Blue #9BDAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.07%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 27.78%
G = 39.07%
B = 33.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#9BDAB9 (or 0x9BDAB9) is known color: Vista Blue. HEX triplet: 9B, DA and B9. RGB value is (155,218,185). Sum of RGB (Red+Green+Blue) = 155+218+185=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAB9 is #642546. Grayscale: #C3C3C3. Windows color (decimal): -6563143 or 12180123. OLE color: 12180123.

HSL color Cylindrical-coordinate representation of color #9BDAB9: hue angle of 148.57º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDAB9 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 218 185 -
CMYK 0.29 0 0.15 0.15
HSL 148.57º 0.46% 0.73% -
HSV(B) 148.57º 0.29% 0.85% -
XYZ 47.35 60.61 55.1 -
YUV 195.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 155 218 185 0.29 0 0.15 0.15 148.57 0.46 0.73
Hex 9B DA B9 1D 0 F F 95 2E 49
Octal 233 332 271 35 0 17 17 225 56 111
Binary 10011011 11011010 10111001 11101 0 1111 1111 10010101 101110 1001001

Color Harmonies of #9BDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDAB9

Black with #9BDAB9

Text Example


Text Example

White with #9BDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,218,185); }

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

background-color css

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

 a { background-color: rgb(155,218,185); }

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

border-color css

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

 span { border-color: rgb(155,218,185); }

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