Html Css Color HEX #9FDCBA Vista Blue

📋 copy color: '#9FDCBA'

red 159 ◦ green 220 ◦ blue 186

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

Shades of Vista Blue #9FDCBA

Tints of Vista Blue #9FDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

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

R = 28.14%
G = 38.94%
B = 32.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#9FDCBA (or 0x9FDCBA) is known color: Vista Blue. HEX triplet: 9F, DC and BA. RGB value is (159,220,186). Sum of RGB (Red+Green+Blue) = 159+220+186=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCBA is #602345. Grayscale: #C5C5C5. Windows color (decimal): -6300486 or 12246175. OLE color: 12246175.

HSL color Cylindrical-coordinate representation of color #9FDCBA: hue angle of 146.56º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCBA is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 186 -
CMYK 0.28 0 0.15 0.14
HSL 146.56º 0.47% 0.74% -
HSV(B) 146.56º 0.28% 0.86% -
XYZ 48.75 62.1 55.87 -
YUV 197.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 159 220 186 0.28 0 0.15 0.14 146.56 0.47 0.74
Hex 9F DC BA 1C 0 F E 93 2F 4A
Octal 237 334 272 34 0 17 16 223 57 112
Binary 10011111 11011100 10111010 11100 0 1111 1110 10010011 101111 1001010

Color Harmonies of #9FDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCBA

Black with #9FDCBA

Text Example


Text Example

White with #9FDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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