Html Css Color HEX #9FCEB1 Vista Blue

📋 copy color: '#9FCEB1'

red 159 ◦ green 206 ◦ blue 177

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

Shades of Vista Blue #9FCEB1

Tints of Vista Blue #9FCEB1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.01%

 BLUE value IS 177 (69.53% from 255) = 32.66%

R = 29.34%
G = 38.01%
B = 32.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#9FCEB1 (or 0x9FCEB1) is known color: Vista Blue. HEX triplet: 9F, CE and B1. RGB value is (159,206,177). Sum of RGB (Red+Green+Blue) = 159+206+177=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEB1 is #60314E. Grayscale: #BCBCBC. Windows color (decimal): -6304079 or 11652767. OLE color: 11652767.

HSL color Cylindrical-coordinate representation of color #9FCEB1: hue angle of 142.98º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCEB1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 177 -
CMYK 0.23 0 0.14 0.19
HSL 142.98º 0.32% 0.72% -
HSV(B) 142.98º 0.23% 0.81% -
XYZ 44.31 54.69 49.82 -
YUV 188.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 159 206 177 0.23 0 0.14 0.19 142.98 0.32 0.72
Hex 9F CE B1 17 0 E 13 8F 20 48
Octal 237 316 261 27 0 16 23 217 40 110
Binary 10011111 11001110 10110001 10111 0 1110 10011 10001111 100000 1001000

Color Harmonies of #9FCEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEB1

Black with #9FCEB1

Text Example


Text Example

White with #9FCEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,177); }

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

background-color css

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

 a { background-color: rgb(159,206,177); }

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

border-color css

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

 span { border-color: rgb(159,206,177); }

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