Html Css Color HEX #9FDAC0 Vista Blue

📋 copy color: '#9FDAC0'

red 159 ◦ green 218 ◦ blue 192

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

Shades of Vista Blue #9FDAC0

Tints of Vista Blue #9FDAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.74%

R = 27.94%
G = 38.31%
B = 33.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#9FDAC0 (or 0x9FDAC0) is known color: Vista Blue. HEX triplet: 9F, DA and C0. RGB value is (159,218,192). Sum of RGB (Red+Green+Blue) = 159+218+192=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAC0 is #60253F. Grayscale: #C5C5C5. Windows color (decimal): -6300992 or 12638879. OLE color: 12638879.

HSL color Cylindrical-coordinate representation of color #9FDAC0: hue angle of 153.56º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDAC0 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 192 -
CMYK 0.27 0 0.12 0.15
HSL 153.56º 0.44% 0.74% -
HSV(B) 153.56º 0.27% 0.85% -
XYZ 48.88 61.32 59.13 -
YUV 197.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 159 218 192 0.27 0 0.12 0.15 153.56 0.44 0.74
Hex 9F DA C0 1B 0 C F 9A 2C 4A
Octal 237 332 300 33 0 14 17 232 54 112
Binary 10011111 11011010 11000000 11011 0 1100 1111 10011010 101100 1001010

Color Harmonies of #9FDAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDAC0

Black with #9FDAC0

Text Example


Text Example

White with #9FDAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,218,192); }

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

background-color css

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

 a { background-color: rgb(159,218,192); }

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

border-color css

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

 span { border-color: rgb(159,218,192); }

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