Html Css Color HEX #87CFAA Vista Blue

📋 copy color: '#87CFAA'

red 135 ◦ green 207 ◦ blue 170

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

Shades of Vista Blue #87CFAA

Tints of Vista Blue #87CFAA

RGB

 RED value IS 135 (53.13% from 255) = 26.37%

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

 BLUE value IS 170 (66.8% from 255) = 33.2%

R = 26.37%
G = 40.43%
B = 33.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#87CFAA (or 0x87CFAA) is known color: Vista Blue. HEX triplet: 87, CF and AA. RGB value is (135,207,170). Sum of RGB (Red+Green+Blue) = 135+207+170=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #87CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CFAA is #783055. Grayscale: #B5B5B5. Windows color (decimal): -7876694 or 11194247. OLE color: 11194247.

HSL color Cylindrical-coordinate representation of color #87CFAA: hue angle of 149.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CFAA is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 207 170 -
CMYK 0.35 0 0.18 0.19
HSL 149.17º 0.43% 0.67% -
HSV(B) 149.17º 0.35% 0.81% -
XYZ 39.56 52.68 46.11 -
YUV 181.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 135 207 170 0.35 0 0.18 0.19 149.17 0.43 0.67
Hex 87 CF AA 23 0 12 13 95 2B 43
Octal 207 317 252 43 0 22 23 225 53 103
Binary 10000111 11001111 10101010 100011 0 10010 10011 10010101 101011 1000011

Color Harmonies of #87CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87CFAA

Black with #87CFAA

Text Example


Text Example

White with #87CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87CFAA; }

 p { color: rgb(135,207,170); }

 H1.HeaderClassName
 {
   color: #87CFAA;
 }
 .AnyTagClassName
 {
   color: #87CFAA;
 }
</style>

background-color css

<style>
 a { background-color: #87CFAA; }

 a { background-color: rgb(135,207,170); }

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

border-color css

<style>
 span { border-color: #87CFAA; }

 span { border-color: rgb(135,207,170); }

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