Html Css Color HEX #8FEEB0 Vista Blue

📋 copy color: '#8FEEB0'

red 143 ◦ green 238 ◦ blue 176

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

Shades of Vista Blue #8FEEB0

Tints of Vista Blue #8FEEB0

RGB

 RED value IS 143 (56.25% from 255) = 25.67%

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

 BLUE value IS 176 (69.14% from 255) = 31.6%

R = 25.67%
G = 42.73%
B = 31.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#8FEEB0 (or 0x8FEEB0) is known color: Vista Blue. HEX triplet: 8F, EE and B0. RGB value is (143,238,176). Sum of RGB (Red+Green+Blue) = 143+238+176=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEEB0 is #70114F. Grayscale: #CACACA. Windows color (decimal): -7344464 or 11595407. OLE color: 11595407.

HSL color Cylindrical-coordinate representation of color #8FEEB0: hue angle of 140.84º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEEB0 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 238 176 -
CMYK 0.40 0 0.26 0.07
HSL 140.84º 0.74% 0.75% -
HSV(B) 140.84º 0.4% 0.93% -
XYZ 49.74 70.12 51.99 -
YUV 202.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 143 238 176 0.40 0 0.26 0.07 140.84 0.74 0.75
Hex 8F EE B0 28 0 1A 7 8D 4A 4B
Octal 217 356 260 50 0 32 7 215 112 113
Binary 10001111 11101110 10110000 101000 0 11010 111 10001101 1001010 1001011

Color Harmonies of #8FEEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEEB0

Black with #8FEEB0

Text Example


Text Example

White with #8FEEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FEEB0; }

 p { color: rgb(143,238,176); }

 H1.HeaderClassName
 {
   color: #8FEEB0;
 }
 .AnyTagClassName
 {
   color: #8FEEB0;
 }
</style>

background-color css

<style>
 a { background-color: #8FEEB0; }

 a { background-color: rgb(143,238,176); }

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

border-color css

<style>
 span { border-color: #8FEEB0; }

 span { border-color: rgb(143,238,176); }

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