Html Css Color HEX #9EEFBB Vista Blue

📋 copy color: '#9EEFBB'

red 158 ◦ green 239 ◦ blue 187

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

Shades of Vista Blue #9EEFBB

Tints of Vista Blue #9EEFBB

RGB

 RED value IS 158 (62.11% from 255) = 27.05%

 GREEN value IS 239 (93.75% from 255) = 40.92%

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

R = 27.05%
G = 40.92%
B = 32.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#9EEFBB (or 0x9EEFBB) is known color: Vista Blue. HEX triplet: 9E, EF and BB. RGB value is (158,239,187). Sum of RGB (Red+Green+Blue) = 158+239+187=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFBB is #611044. Grayscale: #D0D0D0. Windows color (decimal): -6361157 or 12316574. OLE color: 12316574.

HSL color Cylindrical-coordinate representation of color #9EEFBB: hue angle of 141.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFBB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 239 187 -
CMYK 0.34 0 0.22 0.06
HSL 141.48º 0.72% 0.78% -
HSV(B) 141.48º 0.34% 0.94% -
XYZ 53.94 72.59 58.18 -
YUV 208.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 158 239 187 0.34 0 0.22 0.06 141.48 0.72 0.78
Hex 9E EF BB 22 0 16 6 8D 48 4E
Octal 236 357 273 42 0 26 6 215 110 116
Binary 10011110 11101111 10111011 100010 0 10110 110 10001101 1001000 1001110

Color Harmonies of #9EEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFBB

Black with #9EEFBB

Text Example


Text Example

White with #9EEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,239,187); }

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

background-color css

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

 a { background-color: rgb(158,239,187); }

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

border-color css

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

 span { border-color: rgb(158,239,187); }

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