Html Css Color HEX #9FE1C0 Vista Blue

📋 copy color: '#9FE1C0'

red 159 ◦ green 225 ◦ blue 192

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

Shades of Vista Blue #9FE1C0

Tints of Vista Blue #9FE1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.06%

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 27.6%
G = 39.06%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#9FE1C0 (or 0x9FE1C0) is known color: Vista Blue. HEX triplet: 9F, E1 and C0. RGB value is (159,225,192). Sum of RGB (Red+Green+Blue) = 159+225+192=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1C0 is #601E3F. Grayscale: #C9C9C9. Windows color (decimal): -6299200 or 12640671. OLE color: 12640671.

HSL color Cylindrical-coordinate representation of color #9FE1C0: hue angle of 150º degrees, saturation: 0.52, 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 #9FE1C0 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 192 -
CMYK 0.29 0 0.15 0.12
HSL 150º 0.52% 0.75% -
HSV(B) 150º 0.29% 0.88% -
XYZ 50.74 65.03 59.75 -
YUV 201.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 159 225 192 0.29 0 0.15 0.12 150 0.52 0.75
Hex 9F E1 C0 1D 0 F C 96 34 4B
Octal 237 341 300 35 0 17 14 226 64 113
Binary 10011111 11100001 11000000 11101 0 1111 1100 10010110 110100 1001011

Color Harmonies of #9FE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1C0

Black with #9FE1C0

Text Example


Text Example

White with #9FE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,192); }

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

background-color css

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

 a { background-color: rgb(159,225,192); }

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

border-color css

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

 span { border-color: rgb(159,225,192); }

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