#87CFDF

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

Shades of Spray #87CFDF

Tints of Spray #87CFDF

Color information

#87CFDF (or 0x87CFDF) is unknown color: approx Spray. HEX triplet: 87, CF and DF. RGB value is (135,207,223). Sum of RGB (Red+Green+Blue) = 135+207+223=565 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.89% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #87CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87CFDF is #783020. Grayscale: #BBBBBB. Windows color (decimal): -7876641 or 14667655. OLE color: 14667655.

HSL color Cylindrical-coordinate representation of color #87CFDF: hue angle of 190.91º 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 #87CFDF is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135207223-
CMYK0.390.0700.13
HSL190.91º57.89%70.2%-
HSV(B)190.91º39.46%87.45%-
XYZ45.6255.178.04-
YUV187.3148.1590.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.89%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=23.89%
G=36.64%
B=39.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1352072230.390.0700.13190.9157.8970.2
Hex87CFDF2770Dbf3a46
Octal20731733747701527772106
Binary10000111110011111101111110011111101101101111111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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