Html Css Color HEX #8FDCA8 Vista Blue

📋 copy color: '#8FDCA8'

red 143 ◦ green 220 ◦ blue 168

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

Shades of Vista Blue #8FDCA8

Tints of Vista Blue #8FDCA8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.43%

 BLUE value IS 168 (66.02% from 255) = 31.64%

R = 26.93%
G = 41.43%
B = 31.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#8FDCA8 (or 0x8FDCA8) is known color: Vista Blue. HEX triplet: 8F, DC and A8. RGB value is (143,220,168). Sum of RGB (Red+Green+Blue) = 143+220+168=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDCA8 is #702357. Grayscale: #BFBFBF. Windows color (decimal): -7349080 or 11066511. OLE color: 11066511.

HSL color Cylindrical-coordinate representation of color #8FDCA8: hue angle of 139.48º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCA8 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 168 -
CMYK 0.35 0 0.24 0.14
HSL 139.48º 0.52% 0.71% -
HSV(B) 139.48º 0.35% 0.86% -
XYZ 43.99 59.85 46.28 -
YUV 191.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 143 220 168 0.35 0 0.24 0.14 139.48 0.52 0.71
Hex 8F DC A8 23 0 18 E 8B 34 47
Octal 217 334 250 43 0 30 16 213 64 107
Binary 10001111 11011100 10101000 100011 0 11000 1110 10001011 110100 1000111

Color Harmonies of #8FDCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCA8

Black with #8FDCA8

Text Example


Text Example

White with #8FDCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,168); }

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

background-color css

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

 a { background-color: rgb(143,220,168); }

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

border-color css

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

 span { border-color: rgb(143,220,168); }

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