Html Css Color HEX #8FDAB4 Vista Blue

📋 copy color: '#8FDAB4'

red 143 ◦ green 218 ◦ blue 180

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

Shades of Vista Blue #8FDAB4

Tints of Vista Blue #8FDAB4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

 BLUE value IS 180 (70.7% from 255) = 33.27%

R = 26.43%
G = 40.3%
B = 33.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#8FDAB4 (or 0x8FDAB4) is known color: Vista Blue. HEX triplet: 8F, DA and B4. RGB value is (143,218,180). Sum of RGB (Red+Green+Blue) = 143+218+180=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAB4 is #70254B. Grayscale: #BFBFBF. Windows color (decimal): -7349580 or 11852431. OLE color: 11852431.

HSL color Cylindrical-coordinate representation of color #8FDAB4: hue angle of 149.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAB4 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 218 180 -
CMYK 0.34 0 0.17 0.15
HSL 149.6º 0.5% 0.71% -
HSV(B) 149.6º 0.34% 0.85% -
XYZ 44.64 59.28 52.27 -
YUV 191.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 143 218 180 0.34 0 0.17 0.15 149.6 0.5 0.71
Hex 8F DA B4 22 0 11 F 96 32 47
Octal 217 332 264 42 0 21 17 226 62 107
Binary 10001111 11011010 10110100 100010 0 10001 1111 10010110 110010 1000111

Color Harmonies of #8FDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAB4

Black with #8FDAB4

Text Example


Text Example

White with #8FDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,218,180); }

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

background-color css

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

 a { background-color: rgb(143,218,180); }

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

border-color css

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

 span { border-color: rgb(143,218,180); }

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