Html Css Color HEX #9FDCB9 Vista Blue

📋 copy color: '#9FDCB9'

red 159 ◦ green 220 ◦ blue 185

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

Shades of Vista Blue #9FDCB9

Tints of Vista Blue #9FDCB9

RGB

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

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

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

R = 28.19%
G = 39.01%
B = 32.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#9FDCB9 (or 0x9FDCB9) is known color: Vista Blue. HEX triplet: 9F, DC and B9. RGB value is (159,220,185). Sum of RGB (Red+Green+Blue) = 159+220+185=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCB9 is #602346. Grayscale: #C5C5C5. Windows color (decimal): -6300487 or 12180639. OLE color: 12180639.

HSL color Cylindrical-coordinate representation of color #9FDCB9: hue angle of 145.57º 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 #9FDCB9 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 185 -
CMYK 0.28 0 0.16 0.14
HSL 145.57º 0.47% 0.74% -
HSV(B) 145.57º 0.28% 0.86% -
XYZ 48.65 62.06 55.31 -
YUV 197.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 159 220 185 0.28 0 0.16 0.14 145.57 0.47 0.74
Hex 9F DC B9 1C 0 10 E 92 2F 4A
Octal 237 334 271 34 0 20 16 222 57 112
Binary 10011111 11011100 10111001 11100 0 10000 1110 10010010 101111 1001010

Color Harmonies of #9FDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCB9

Black with #9FDCB9

Text Example


Text Example

White with #9FDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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