Html Css Color HEX #9FEBB6 Vista Blue

📋 copy color: '#9FEBB6'

red 159 ◦ green 235 ◦ blue 182

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

Shades of Vista Blue #9FEBB6

Tints of Vista Blue #9FEBB6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.8%

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

R = 27.6%
G = 40.8%
B = 31.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#9FEBB6 (or 0x9FEBB6) is known color: Vista Blue. HEX triplet: 9F, EB and B6. RGB value is (159,235,182). Sum of RGB (Red+Green+Blue) = 159+235+182=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBB6 is #601449. Grayscale: #CECECE. Windows color (decimal): -6296650 or 11987871. OLE color: 11987871.

HSL color Cylindrical-coordinate representation of color #9FEBB6: hue angle of 138.16º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBB6 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 235 182 -
CMYK 0.32 0 0.23 0.08
HSL 138.16º 0.66% 0.77% -
HSV(B) 138.16º 0.32% 0.92% -
XYZ 52.45 70.16 55.03 -
YUV 206.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 159 235 182 0.32 0 0.23 0.08 138.16 0.66 0.77
Hex 9F EB B6 20 0 17 8 8A 42 4D
Octal 237 353 266 40 0 27 10 212 102 115
Binary 10011111 11101011 10110110 100000 0 10111 1000 10001010 1000010 1001101

Color Harmonies of #9FEBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBB6

Black with #9FEBB6

Text Example


Text Example

White with #9FEBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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