Html Css Color HEX #87C4CC Spray

📋 copy color: '#87C4CC'

red 135 ◦ green 196 ◦ blue 204

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

Shades of Spray #87C4CC

Tints of Spray #87C4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 25.23%
G = 36.64%
B = 38.13%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#87C4CC (or 0x87C4CC) is known color: Spray. HEX triplet: 87, C4 and CC. RGB value is (135,196,204). Sum of RGB (Red+Green+Blue) = 135+196+204=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #87C4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C4CC is #783B33. Grayscale: #B2B2B2. Windows color (decimal): -7879476 or 13419655. OLE color: 13419655.

HSL color Cylindrical-coordinate representation of color #87C4CC: hue angle of 186.96º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87C4CC is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 196 204 -
CMYK 0.34 0.04 0 0.2
HSL 186.96º 0.4% 0.66% -
HSV(B) 186.96º 0.34% 0.8% -
XYZ 40.63 48.99 64.44 -
YUV 178.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 135 196 204 0.34 0.04 0 0.2 186.96 0.4 0.66
Hex 87 C4 CC 22 4 0 14 BB 28 42
Octal 207 304 314 42 4 0 24 273 50 102
Binary 10000111 11000100 11001100 100010 100 0 10100 10111011 101000 1000010

Color Harmonies of #87C4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C4CC

Black with #87C4CC

Text Example


Text Example

White with #87C4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,196,204); }

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

background-color css

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

 a { background-color: rgb(135,196,204); }

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

border-color css

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

 span { border-color: rgb(135,196,204); }

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