Html Css Color HEX #9FDFBA Vista Blue

📋 copy color: '#9FDFBA'

red 159 ◦ green 223 ◦ blue 186

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

Shades of Vista Blue #9FDFBA

Tints of Vista Blue #9FDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

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

R = 27.99%
G = 39.26%
B = 32.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#9FDFBA (or 0x9FDFBA) is known color: Vista Blue. HEX triplet: 9F, DF and BA. RGB value is (159,223,186). Sum of RGB (Red+Green+Blue) = 159+223+186=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFBA is #602045. Grayscale: #C7C7C7. Windows color (decimal): -6299718 or 12246943. OLE color: 12246943.

HSL color Cylindrical-coordinate representation of color #9FDFBA: hue angle of 145.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFBA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 186 -
CMYK 0.29 0 0.17 0.13
HSL 145.31º 0.5% 0.75% -
HSV(B) 145.31º 0.29% 0.87% -
XYZ 49.55 63.69 56.14 -
YUV 199.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 159 223 186 0.29 0 0.17 0.13 145.31 0.5 0.75
Hex 9F DF BA 1D 0 11 D 91 32 4B
Octal 237 337 272 35 0 21 15 221 62 113
Binary 10011111 11011111 10111010 11101 0 10001 1101 10010001 110010 1001011

Color Harmonies of #9FDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFBA

Black with #9FDFBA

Text Example


Text Example

White with #9FDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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