Html Css Color HEX #8FCEAD Vista Blue

📋 copy color: '#8FCEAD'

red 143 ◦ green 206 ◦ blue 173

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

Shades of Vista Blue #8FCEAD

Tints of Vista Blue #8FCEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 173 (67.97% from 255) = 33.14%

R = 27.39%
G = 39.46%
B = 33.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#8FCEAD (or 0x8FCEAD) is known color: Vista Blue. HEX triplet: 8F, CE and AD. RGB value is (143,206,173). Sum of RGB (Red+Green+Blue) = 143+206+173=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEAD is #703152. Grayscale: #B7B7B7. Windows color (decimal): -7352659 or 11390607. OLE color: 11390607.

HSL color Cylindrical-coordinate representation of color #8FCEAD: hue angle of 148.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEAD is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 206 173 -
CMYK 0.31 0 0.16 0.19
HSL 148.57º 0.39% 0.68% -
HSV(B) 148.57º 0.31% 0.81% -
XYZ 40.94 53 47.61 -
YUV 183.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 143 206 173 0.31 0 0.16 0.19 148.57 0.39 0.68
Hex 8F CE AD 1F 0 10 13 95 27 44
Octal 217 316 255 37 0 20 23 225 47 104
Binary 10001111 11001110 10101101 11111 0 10000 10011 10010101 100111 1000100

Color Harmonies of #8FCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCEAD

Black with #8FCEAD

Text Example


Text Example

White with #8FCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,206,173); }

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

background-color css

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

 a { background-color: rgb(143,206,173); }

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

border-color css

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

 span { border-color: rgb(143,206,173); }

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