Html Css Color HEX #9FCEB6 Vista Blue

📋 copy color: '#9FCEB6'

red 159 ◦ green 206 ◦ blue 182

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

Shades of Vista Blue #9FCEB6

Tints of Vista Blue #9FCEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 29.07%
G = 37.66%
B = 33.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#9FCEB6 (or 0x9FCEB6) is known color: Vista Blue. HEX triplet: 9F, CE and B6. RGB value is (159,206,182). Sum of RGB (Red+Green+Blue) = 159+206+182=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCEB6 is #603149. Grayscale: #BDBDBD. Windows color (decimal): -6304074 or 11980447. OLE color: 11980447.

HSL color Cylindrical-coordinate representation of color #9FCEB6: hue angle of 149.36º 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 #9FCEB6 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 182 -
CMYK 0.23 0 0.12 0.19
HSL 149.36º 0.32% 0.72% -
HSV(B) 149.36º 0.23% 0.81% -
XYZ 44.81 54.89 52.49 -
YUV 189.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 159 206 182 0.23 0 0.12 0.19 149.36 0.32 0.72
Hex 9F CE B6 17 0 C 13 95 20 48
Octal 237 316 266 27 0 14 23 225 40 110
Binary 10011111 11001110 10110110 10111 0 1100 10011 10010101 100000 1001000

Color Harmonies of #9FCEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCEB6

Black with #9FCEB6

Text Example


Text Example

White with #9FCEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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