Html Css Color HEX #9FEEBA Vista Blue

📋 copy color: '#9FEEBA'

red 159 ◦ green 238 ◦ blue 186

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

Shades of Vista Blue #9FEEBA

Tints of Vista Blue #9FEEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 27.27%
G = 40.82%
B = 31.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#9FEEBA (or 0x9FEEBA) is known color: Vista Blue. HEX triplet: 9F, EE and BA. RGB value is (159,238,186). Sum of RGB (Red+Green+Blue) = 159+238+186=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEBA is #601145. Grayscale: #D0D0D0. Windows color (decimal): -6295878 or 12250783. OLE color: 12250783.

HSL color Cylindrical-coordinate representation of color #9FEEBA: hue angle of 140.51º 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 #9FEEBA is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 238 186 -
CMYK 0.33 0 0.22 0.07
HSL 140.51º 0.7% 0.78% -
HSV(B) 140.51º 0.33% 0.93% -
XYZ 53.74 72.07 57.53 -
YUV 208.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 159 238 186 0.33 0 0.22 0.07 140.51 0.7 0.78
Hex 9F EE BA 21 0 16 7 8D 46 4E
Octal 237 356 272 41 0 26 7 215 106 116
Binary 10011111 11101110 10111010 100001 0 10110 111 10001101 1000110 1001110

Color Harmonies of #9FEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEEBA

Black with #9FEEBA

Text Example


Text Example

White with #9FEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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