Html Css Color HEX #87C5CF Spray

📋 copy color: '#87C5CF'

red 135 ◦ green 197 ◦ blue 207

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

Shades of Spray #87C5CF

Tints of Spray #87C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.55%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 25.05%
G = 36.55%
B = 38.4%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#87C5CF (or 0x87C5CF) is known color: Spray. HEX triplet: 87, C5 and CF. RGB value is (135,197,207). Sum of RGB (Red+Green+Blue) = 135+197+207=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #87C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C5CF is #783A30. Grayscale: #B3B3B3. Windows color (decimal): -7879217 or 13616519. OLE color: 13616519.

HSL color Cylindrical-coordinate representation of color #87C5CF: hue angle of 188.33º 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 #87C5CF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 197 207 -
CMYK 0.35 0.05 0 0.19
HSL 188.33º 0.43% 0.67% -
HSV(B) 188.33º 0.35% 0.81% -
XYZ 41.22 49.59 66.43 -
YUV 179.6 143.46 96.19 -
System Red Green Blue C M Y K H S L
Decimal 135 197 207 0.35 0.05 0 0.19 188.33 0.43 0.67
Hex 87 C5 CF 23 5 0 13 BC 2B 43
Octal 207 305 317 43 5 0 23 274 53 103
Binary 10000111 11000101 11001111 100011 101 0 10011 10111100 101011 1000011

Color Harmonies of #87C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87C5CF

Black with #87C5CF

Text Example


Text Example

White with #87C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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