Html Css Color HEX #8FCFAD Vista Blue

📋 copy color: '#8FCFAD'

red 143 ◦ green 207 ◦ blue 173

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

Shades of Vista Blue #8FCFAD

Tints of Vista Blue #8FCFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.58%

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

R = 27.34%
G = 39.58%
B = 33.08%

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

#8FCFAD (or 0x8FCFAD) is known color: Vista Blue. HEX triplet: 8F, CF and AD. RGB value is (143,207,173). Sum of RGB (Red+Green+Blue) = 143+207+173=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCFAD is #703052. Grayscale: #B8B8B8. Windows color (decimal): -7352403 or 11390863. OLE color: 11390863.

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

Color convert

RGB 143 207 173 -
CMYK 0.31 0 0.16 0.19
HSL 148.13º 0.4% 0.69% -
HSV(B) 148.13º 0.31% 0.81% -
XYZ 41.18 53.48 47.69 -
YUV 183.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 143 207 173 0.31 0 0.16 0.19 148.13 0.4 0.69
Hex 8F CF AD 1F 0 10 13 94 28 45
Octal 217 317 255 37 0 20 23 224 50 105
Binary 10001111 11001111 10101101 11111 0 10000 10011 10010100 101000 1000101

Color Harmonies of #8FCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCFAD

Black with #8FCFAD

Text Example


Text Example

White with #8FCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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