Html Css Color HEX #9FEEBB Vista Blue

📋 copy color: '#9FEEBB'

red 159 ◦ green 238 ◦ blue 187

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

Shades of Vista Blue #9FEEBB

Tints of Vista Blue #9FEEBB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.75%

 BLUE value IS 187 (73.44% from 255) = 32.02%

R = 27.23%
G = 40.75%
B = 32.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#9FEEBB (or 0x9FEEBB) is known color: Vista Blue. HEX triplet: 9F, EE and BB. RGB value is (159,238,187). Sum of RGB (Red+Green+Blue) = 159+238+187=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEBB is #601144. Grayscale: #D0D0D0. Windows color (decimal): -6295877 or 12316319. OLE color: 12316319.

HSL color Cylindrical-coordinate representation of color #9FEEBB: hue angle of 141.27º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEBB is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 238 187 -
CMYK 0.33 0 0.21 0.07
HSL 141.27º 0.7% 0.78% -
HSV(B) 141.27º 0.33% 0.93% -
XYZ 53.84 72.11 58.09 -
YUV 208.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 159 238 187 0.33 0 0.21 0.07 141.27 0.7 0.78
Hex 9F EE BB 21 0 15 7 8D 46 4E
Octal 237 356 273 41 0 25 7 215 106 116
Binary 10011111 11101110 10111011 100001 0 10101 111 10001101 1000110 1001110

Color Harmonies of #9FEEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEEBB

Black with #9FEEBB

Text Example


Text Example

White with #9FEEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,238,187); }

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

background-color css

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

 a { background-color: rgb(159,238,187); }

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

border-color css

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

 span { border-color: rgb(159,238,187); }

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