Html Css Color HEX #9FD4BE Vista Blue

📋 copy color: '#9FD4BE'

red 159 ◦ green 212 ◦ blue 190

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

Shades of Vista Blue #9FD4BE

Tints of Vista Blue #9FD4BE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 28.34%
G = 37.79%
B = 33.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#9FD4BE (or 0x9FD4BE) is known color: Vista Blue. HEX triplet: 9F, D4 and BE. RGB value is (159,212,190). Sum of RGB (Red+Green+Blue) = 159+212+190=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD4BE is #602B41. Grayscale: #C1C1C1. Windows color (decimal): -6302530 or 12506271. OLE color: 12506271.

HSL color Cylindrical-coordinate representation of color #9FD4BE: hue angle of 155.09º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD4BE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 212 190 -
CMYK 0.25 0 0.10 0.17
HSL 155.09º 0.38% 0.73% -
HSV(B) 155.09º 0.25% 0.83% -
XYZ 47.14 58.18 57.46 -
YUV 193.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 159 212 190 0.25 0 0.10 0.17 155.09 0.38 0.73
Hex 9F D4 BE 19 0 A 11 9B 26 49
Octal 237 324 276 31 0 12 21 233 46 111
Binary 10011111 11010100 10111110 11001 0 1010 10001 10011011 100110 1001001

Color Harmonies of #9FD4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD4BE

Black with #9FD4BE

Text Example


Text Example

White with #9FD4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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