Html Css Color HEX #9FECB9 Vista Blue

📋 copy color: '#9FECB9'

red 159 ◦ green 236 ◦ blue 185

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

Shades of Vista Blue #9FECB9

Tints of Vista Blue #9FECB9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

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

R = 27.41%
G = 40.69%
B = 31.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#9FECB9 (or 0x9FECB9) is known color: Vista Blue. HEX triplet: 9F, EC and B9. RGB value is (159,236,185). Sum of RGB (Red+Green+Blue) = 159+236+185=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECB9 is #601346. Grayscale: #CFCFCF. Windows color (decimal): -6296391 or 12184735. OLE color: 12184735.

HSL color Cylindrical-coordinate representation of color #9FECB9: hue angle of 140.26º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECB9 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 236 185 -
CMYK 0.33 0 0.22 0.07
HSL 140.26º 0.67% 0.77% -
HSV(B) 140.26º 0.33% 0.93% -
XYZ 53.05 70.86 56.78 -
YUV 207.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 159 236 185 0.33 0 0.22 0.07 140.26 0.67 0.77
Hex 9F EC B9 21 0 16 7 8C 43 4D
Octal 237 354 271 41 0 26 7 214 103 115
Binary 10011111 11101100 10111001 100001 0 10110 111 10001100 1000011 1001101

Color Harmonies of #9FECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECB9

Black with #9FECB9

Text Example


Text Example

White with #9FECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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