Html Css Color HEX #9FDAC3 Vista Blue

📋 copy color: '#9FDAC3'

red 159 ◦ green 218 ◦ blue 195

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

Shades of Vista Blue #9FDAC3

Tints of Vista Blue #9FDAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.09%

R = 27.8%
G = 38.11%
B = 34.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#9FDAC3 (or 0x9FDAC3) is known color: Vista Blue. HEX triplet: 9F, DA and C3. RGB value is (159,218,195). Sum of RGB (Red+Green+Blue) = 159+218+195=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDAC3 is #60253C. Grayscale: #C5C5C5. Windows color (decimal): -6300989 or 12835487. OLE color: 12835487.

HSL color Cylindrical-coordinate representation of color #9FDAC3: hue angle of 156.61º 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 #9FDAC3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 218 195 -
CMYK 0.27 0 0.11 0.15
HSL 156.61º 0.44% 0.74% -
HSV(B) 156.61º 0.27% 0.85% -
XYZ 49.22 61.45 60.9 -
YUV 197.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 159 218 195 0.27 0 0.11 0.15 156.61 0.44 0.74
Hex 9F DA C3 1B 0 B F 9D 2C 4A
Octal 237 332 303 33 0 13 17 235 54 112
Binary 10011111 11011010 11000011 11011 0 1011 1111 10011101 101100 1001010

Color Harmonies of #9FDAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDAC3

Black with #9FDAC3

Text Example


Text Example

White with #9FDAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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