Html Css Color HEX #9FDFBE Vista Blue

📋 copy color: '#9FDFBE'

red 159 ◦ green 223 ◦ blue 190

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

Shades of Vista Blue #9FDFBE

Tints of Vista Blue #9FDFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.99%

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 27.8%
G = 38.99%
B = 33.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#9FDFBE (or 0x9FDFBE) is known color: Vista Blue. HEX triplet: 9F, DF and BE. RGB value is (159,223,190). Sum of RGB (Red+Green+Blue) = 159+223+190=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFBE is #602041. Grayscale: #C8C8C8. Windows color (decimal): -6299714 or 12509087. OLE color: 12509087.

HSL color Cylindrical-coordinate representation of color #9FDFBE: hue angle of 149.06º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFBE is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 190 -
CMYK 0.29 0 0.15 0.13
HSL 149.06º 0.5% 0.75% -
HSV(B) 149.06º 0.29% 0.87% -
XYZ 49.98 63.86 58.41 -
YUV 200.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 159 223 190 0.29 0 0.15 0.13 149.06 0.5 0.75
Hex 9F DF BE 1D 0 F D 95 32 4B
Octal 237 337 276 35 0 17 15 225 62 113
Binary 10011111 11011111 10111110 11101 0 1111 1101 10010101 110010 1001011

Color Harmonies of #9FDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFBE

Black with #9FDFBE

Text Example


Text Example

White with #9FDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,223,190); }

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

background-color css

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

 a { background-color: rgb(159,223,190); }

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

border-color css

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

 span { border-color: rgb(159,223,190); }

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