Html Css Color HEX #9FE0BC Vista Blue

📋 copy color: '#9FE0BC'

red 159 ◦ green 224 ◦ blue 188

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

Shades of Vista Blue #9FE0BC

Tints of Vista Blue #9FE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.23%

 BLUE value IS 188 (73.83% from 255) = 32.92%

R = 27.85%
G = 39.23%
B = 32.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#9FE0BC (or 0x9FE0BC) is known color: Vista Blue. HEX triplet: 9F, E0 and BC. RGB value is (159,224,188). Sum of RGB (Red+Green+Blue) = 159+224+188=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0BC is #601F43. Grayscale: #C8C8C8. Windows color (decimal): -6299460 or 12378271. OLE color: 12378271.

HSL color Cylindrical-coordinate representation of color #9FE0BC: hue angle of 146.77º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0BC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 224 188 -
CMYK 0.29 0 0.16 0.12
HSL 146.77º 0.51% 0.75% -
HSV(B) 146.77º 0.29% 0.88% -
XYZ 50.03 64.31 57.35 -
YUV 200.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 159 224 188 0.29 0 0.16 0.12 146.77 0.51 0.75
Hex 9F E0 BC 1D 0 10 C 93 33 4B
Octal 237 340 274 35 0 20 14 223 63 113
Binary 10011111 11100000 10111100 11101 0 10000 1100 10010011 110011 1001011

Color Harmonies of #9FE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE0BC

Black with #9FE0BC

Text Example


Text Example

White with #9FE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,224,188); }

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

background-color css

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

 a { background-color: rgb(159,224,188); }

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

border-color css

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

 span { border-color: rgb(159,224,188); }

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