Html Css Color HEX #8FEDB2 Vista Blue

📋 copy color: '#8FEDB2'

red 143 ◦ green 237 ◦ blue 178

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

Shades of Vista Blue #8FEDB2

Tints of Vista Blue #8FEDB2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.47%

 BLUE value IS 178 (69.92% from 255) = 31.9%

R = 25.63%
G = 42.47%
B = 31.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#8FEDB2 (or 0x8FEDB2) is known color: Vista Blue. HEX triplet: 8F, ED and B2. RGB value is (143,237,178). Sum of RGB (Red+Green+Blue) = 143+237+178=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEDB2 is #70124D. Grayscale: #CACACA. Windows color (decimal): -7344718 or 11726223. OLE color: 11726223.

HSL color Cylindrical-coordinate representation of color #8FEDB2: hue angle of 142.34º degrees, saturation: 0.72, 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 #8FEDB2 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 237 178 -
CMYK 0.40 0 0.25 0.07
HSL 142.34º 0.72% 0.75% -
HSV(B) 142.34º 0.4% 0.93% -
XYZ 49.65 69.62 52.94 -
YUV 202.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 143 237 178 0.40 0 0.25 0.07 142.34 0.72 0.75
Hex 8F ED B2 28 0 19 7 8E 48 4B
Octal 217 355 262 50 0 31 7 216 110 113
Binary 10001111 11101101 10110010 101000 0 11001 111 10001110 1001000 1001011

Color Harmonies of #8FEDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDB2

Black with #8FEDB2

Text Example


Text Example

White with #8FEDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,237,178); }

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

background-color css

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

 a { background-color: rgb(143,237,178); }

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

border-color css

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

 span { border-color: rgb(143,237,178); }

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