Html Css Color HEX #8FCAAD Vista Blue

📋 copy color: '#8FCAAD'

red 143 ◦ green 202 ◦ blue 173

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

Shades of Vista Blue #8FCAAD

Tints of Vista Blue #8FCAAD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39%

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

R = 27.61%
G = 39%
B = 33.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#8FCAAD (or 0x8FCAAD) is known color: Vista Blue. HEX triplet: 8F, CA and AD. RGB value is (143,202,173). Sum of RGB (Red+Green+Blue) = 143+202+173=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCAAD is #703552. Grayscale: #B5B5B5. Windows color (decimal): -7353683 or 11389583. OLE color: 11389583.

HSL color Cylindrical-coordinate representation of color #8FCAAD: hue angle of 150.51º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCAAD is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 202 173 -
CMYK 0.29 0 0.14 0.21
HSL 150.51º 0.36% 0.68% -
HSV(B) 150.51º 0.29% 0.79% -
XYZ 39.99 51.1 47.29 -
YUV 181.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 143 202 173 0.29 0 0.14 0.21 150.51 0.36 0.68
Hex 8F CA AD 1D 0 E 15 97 24 44
Octal 217 312 255 35 0 16 25 227 44 104
Binary 10001111 11001010 10101101 11101 0 1110 10101 10010111 100100 1000100

Color Harmonies of #8FCAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCAAD

Black with #8FCAAD

Text Example


Text Example

White with #8FCAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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