Html Css Color HEX #9FD1BA Vista Blue

📋 copy color: '#9FD1BA'

red 159 ◦ green 209 ◦ blue 186

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

Shades of Vista Blue #9FD1BA

Tints of Vista Blue #9FD1BA

RGB

 RED value IS 159 (62.5% from 255) = 28.7%

 GREEN value IS 209 (82.03% from 255) = 37.73%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 28.7%
G = 37.73%
B = 33.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#9FD1BA (or 0x9FD1BA) is known color: Vista Blue. HEX triplet: 9F, D1 and BA. RGB value is (159,209,186). Sum of RGB (Red+Green+Blue) = 159+209+186=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD1BA is #602E45. Grayscale: #BFBFBF. Windows color (decimal): -6303302 or 12243359. OLE color: 12243359.

HSL color Cylindrical-coordinate representation of color #9FD1BA: hue angle of 152.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD1BA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 209 186 -
CMYK 0.24 0 0.11 0.18
HSL 152.4º 0.35% 0.72% -
HSV(B) 152.4º 0.24% 0.82% -
XYZ 45.96 56.52 54.94 -
YUV 191.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 159 209 186 0.24 0 0.11 0.18 152.4 0.35 0.72
Hex 9F D1 BA 18 0 B 12 98 23 48
Octal 237 321 272 30 0 13 22 230 43 110
Binary 10011111 11010001 10111010 11000 0 1011 10010 10011000 100011 1001000

Color Harmonies of #9FD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD1BA

Black with #9FD1BA

Text Example


Text Example

White with #9FD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,209,186); }

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

background-color css

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

 a { background-color: rgb(159,209,186); }

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

border-color css

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

 span { border-color: rgb(159,209,186); }

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