Html Css Color HEX #8FCDA5 Vista Blue

📋 copy color: '#8FCDA5'

red 143 ◦ green 205 ◦ blue 165

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

Shades of Vista Blue #8FCDA5

Tints of Vista Blue #8FCDA5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.96%

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 27.88%
G = 39.96%
B = 32.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#8FCDA5 (or 0x8FCDA5) is known color: Vista Blue. HEX triplet: 8F, CD and A5. RGB value is (143,205,165). Sum of RGB (Red+Green+Blue) = 143+205+165=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDA5 is #70325A. Grayscale: #B6B6B6. Windows color (decimal): -7352923 or 10866063. OLE color: 10866063.

HSL color Cylindrical-coordinate representation of color #8FCDA5: hue angle of 141.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCDA5 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 205 165 -
CMYK 0.30 0 0.20 0.20
HSL 141.29º 0.38% 0.68% -
HSV(B) 141.29º 0.3% 0.8% -
XYZ 39.95 52.22 43.57 -
YUV 181.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 143 205 165 0.30 0 0.20 0.20 141.29 0.38 0.68
Hex 8F CD A5 1E 0 14 14 8D 26 44
Octal 217 315 245 36 0 24 24 215 46 104
Binary 10001111 11001101 10100101 11110 0 10100 10100 10001101 100110 1000100

Color Harmonies of #8FCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCDA5

Black with #8FCDA5

Text Example


Text Example

White with #8FCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,205,165); }

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

background-color css

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

 a { background-color: rgb(143,205,165); }

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

border-color css

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

 span { border-color: rgb(143,205,165); }

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