Html Css Color HEX #8FCCAE Vista Blue

📋 copy color: '#8FCCAE'

red 143 ◦ green 204 ◦ blue 174

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

Shades of Vista Blue #8FCCAE

Tints of Vista Blue #8FCCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 27.45%
G = 39.16%
B = 33.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#8FCCAE (or 0x8FCCAE) is known color: Vista Blue. HEX triplet: 8F, CC and AE. RGB value is (143,204,174). Sum of RGB (Red+Green+Blue) = 143+204+174=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCAE is #703351. Grayscale: #B6B6B6. Windows color (decimal): -7353170 or 11455631. OLE color: 11455631.

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

Color convert

RGB 143 204 174 -
CMYK 0.30 0 0.15 0.2
HSL 150.49º 0.37% 0.68% -
HSV(B) 150.49º 0.3% 0.8% -
XYZ 40.56 52.08 47.96 -
YUV 182.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 143 204 174 0.30 0 0.15 0.2 150.49 0.37 0.68
Hex 8F CC AE 1E 0 F 14 96 25 44
Octal 217 314 256 36 0 17 24 226 45 104
Binary 10001111 11001100 10101110 11110 0 1111 10100 10010110 100101 1000100

Color Harmonies of #8FCCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCAE

Black with #8FCCAE

Text Example


Text Example

White with #8FCCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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