Html Css Color HEX #8FCDAD Vista Blue

📋 copy color: '#8FCDAD'

red 143 ◦ green 205 ◦ blue 173

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

Shades of Vista Blue #8FCDAD

Tints of Vista Blue #8FCDAD

RGB

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

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

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

R = 27.45%
G = 39.35%
B = 33.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#8FCDAD (or 0x8FCDAD) is known color: Vista Blue. HEX triplet: 8F, CD and AD. RGB value is (143,205,173). Sum of RGB (Red+Green+Blue) = 143+205+173=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDAD is #703252. Grayscale: #B6B6B6. Windows color (decimal): -7352915 or 11390351. OLE color: 11390351.

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

Color convert

RGB 143 205 173 -
CMYK 0.30 0 0.16 0.20
HSL 149.03º 0.38% 0.68% -
HSV(B) 149.03º 0.3% 0.8% -
XYZ 40.7 52.52 47.53 -
YUV 182.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 143 205 173 0.30 0 0.16 0.20 149.03 0.38 0.68
Hex 8F CD AD 1E 0 10 14 95 26 44
Octal 217 315 255 36 0 20 24 225 46 104
Binary 10001111 11001101 10101101 11110 0 10000 10100 10010101 100110 1000100

Color Harmonies of #8FCDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCDAD

Black with #8FCDAD

Text Example


Text Example

White with #8FCDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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