#87CBDF

Color #87CBDF Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #87CBDF

Tints of Spray #87CBDF

Color information

#87CBDF (or 0x87CBDF) is unknown color: approx Spray. HEX triplet: 87, CB and DF. RGB value is (135,203,223). Sum of RGB (Red+Green+Blue) = 135+203+223=561 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.06% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #87CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CBDF is #783420. Grayscale: #B8B8B8. Windows color (decimal): -7877665 or 14666631. OLE color: 14666631.

HSL color Cylindrical-coordinate representation of color #87CBDF: hue angle of 193.64º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87CBDF is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135203223-
CMYK0.390.0900.13
HSL193.64º57.89%70.2%-
HSV(B)193.64º39.46%87.45%-
XYZ44.6753.1977.72-
YUV184.95149.4792.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.06%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=24.06%
G=36.19%
B=39.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352032230.390.0900.13193.6457.8970.2
Hex87CBDF2790Dc23a46
Octal207313337471101530272106
Binary100001111100101111011111100111100101101110000101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,203,223); }

 H1.HeaderClassName
 {
   color: #87CBDF;
 }
 .AnyTagClassName
 {
   color: #87CBDF;
 }
</style>
background-color css

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

 a { background-color: rgb(135,203,223); }

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

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

 span { border-color: rgb(135,203,223); }

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