Html Css Color HEX #8FEABD Vista Blue

📋 copy color: '#8FEABD'

red 143 ◦ green 234 ◦ blue 189

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

Shades of Vista Blue #8FEABD

Tints of Vista Blue #8FEABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.34%

 BLUE value IS 189 (74.22% from 255) = 33.39%

R = 25.27%
G = 41.34%
B = 33.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#8FEABD (or 0x8FEABD) is known color: Vista Blue. HEX triplet: 8F, EA and BD. RGB value is (143,234,189). Sum of RGB (Red+Green+Blue) = 143+234+189=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEABD is #701542. Grayscale: #C9C9C9. Windows color (decimal): -7345475 or 12446351. OLE color: 12446351.

HSL color Cylindrical-coordinate representation of color #8FEABD: hue angle of 150.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEABD is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 234 189 -
CMYK 0.39 0 0.19 0.08
HSL 150.33º 0.68% 0.74% -
HSV(B) 150.33º 0.39% 0.92% -
XYZ 49.94 68.36 58.71 -
YUV 201.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 143 234 189 0.39 0 0.19 0.08 150.33 0.68 0.74
Hex 8F EA BD 27 0 13 8 96 44 4A
Octal 217 352 275 47 0 23 10 226 104 112
Binary 10001111 11101010 10111101 100111 0 10011 1000 10010110 1000100 1001010

Color Harmonies of #8FEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEABD

Black with #8FEABD

Text Example


Text Example

White with #8FEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,234,189); }

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

background-color css

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

 a { background-color: rgb(143,234,189); }

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

border-color css

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

 span { border-color: rgb(143,234,189); }

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