Html Css Color HEX #9FE8B6 Vista Blue

📋 copy color: '#9FE8B6'

red 159 ◦ green 232 ◦ blue 182

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

Shades of Vista Blue #9FE8B6

Tints of Vista Blue #9FE8B6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.49%

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

R = 27.75%
G = 40.49%
B = 31.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#9FE8B6 (or 0x9FE8B6) is known color: Vista Blue. HEX triplet: 9F, E8 and B6. RGB value is (159,232,182). Sum of RGB (Red+Green+Blue) = 159+232+182=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8B6 is #601749. Grayscale: #CCCCCC. Windows color (decimal): -6297418 or 11987103. OLE color: 11987103.

HSL color Cylindrical-coordinate representation of color #9FE8B6: hue angle of 138.9º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8B6 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 232 182 -
CMYK 0.31 0 0.22 0.09
HSL 138.9º 0.61% 0.77% -
HSV(B) 138.9º 0.31% 0.91% -
XYZ 51.6 68.46 54.75 -
YUV 204.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 159 232 182 0.31 0 0.22 0.09 138.9 0.61 0.77
Hex 9F E8 B6 1F 0 16 9 8B 3D 4D
Octal 237 350 266 37 0 26 11 213 75 115
Binary 10011111 11101000 10110110 11111 0 10110 1001 10001011 111101 1001101

Color Harmonies of #9FE8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE8B6

Black with #9FE8B6

Text Example


Text Example

White with #9FE8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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