Html Css Color HEX #8FCCA5 Vista Blue

📋 copy color: '#8FCCA5'

red 143 ◦ green 204 ◦ blue 165

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

Shades of Vista Blue #8FCCA5

Tints of Vista Blue #8FCCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 27.93%
G = 39.84%
B = 32.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#8FCCA5 (or 0x8FCCA5) is known color: Vista Blue. HEX triplet: 8F, CC and A5. RGB value is (143,204,165). Sum of RGB (Red+Green+Blue) = 143+204+165=512 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.93% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA5 is #70335A. Grayscale: #B5B5B5. Windows color (decimal): -7353179 or 10865807. OLE color: 10865807.

HSL color Cylindrical-coordinate representation of color #8FCCA5: hue angle of 141.64º degrees, saturation: 0.37, 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 #8FCCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 165 -
CMYK 0.30 0 0.19 0.2
HSL 141.64º 0.37% 0.68% -
HSV(B) 141.64º 0.3% 0.8% -
XYZ 39.71 51.74 43.49 -
YUV 181.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 143 204 165 0.30 0 0.19 0.2 141.64 0.37 0.68
Hex 8F CC A5 1E 0 13 14 8E 25 44
Octal 217 314 245 36 0 23 24 216 45 104
Binary 10001111 11001100 10100101 11110 0 10011 10100 10001110 100101 1000100

Color Harmonies of #8FCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCA5

Black with #8FCCA5

Text Example


Text Example

White with #8FCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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