Html Css Color HEX #9FE8BC Vista Blue

📋 copy color: '#9FE8BC'

red 159 ◦ green 232 ◦ blue 188

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

Shades of Vista Blue #9FE8BC

Tints of Vista Blue #9FE8BC

RGB

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

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

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

R = 27.46%
G = 40.07%
B = 32.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#9FE8BC (or 0x9FE8BC) is known color: Vista Blue. HEX triplet: 9F, E8 and BC. RGB value is (159,232,188). Sum of RGB (Red+Green+Blue) = 159+232+188=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8BC is #601743. Grayscale: #CDCDCD. Windows color (decimal): -6297412 or 12380319. OLE color: 12380319.

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

Color convert

RGB 159 232 188 -
CMYK 0.31 0 0.19 0.09
HSL 143.84º 0.61% 0.77% -
HSV(B) 143.84º 0.31% 0.91% -
XYZ 52.23 68.72 58.09 -
YUV 205.16 118.32 95.08 -
System Red Green Blue C M Y K H S L
Decimal 159 232 188 0.31 0 0.19 0.09 143.84 0.61 0.77
Hex 9F E8 BC 1F 0 13 9 90 3D 4D
Octal 237 350 274 37 0 23 11 220 75 115
Binary 10011111 11101000 10111100 11111 0 10011 1001 10010000 111101 1001101

Color Harmonies of #9FE8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE8BC

Black with #9FE8BC

Text Example


Text Example

White with #9FE8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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