#86CCDB

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

Shades of Spray #86CCDB

Tints of Spray #86CCDB

Color information

#86CCDB (or 0x86CCDB) is unknown color: approx Spray. HEX triplet: 86, CC and DB. RGB value is (134,204,219). Sum of RGB (Red+Green+Blue) = 134+204+219=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #86CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCDB is #793324. Grayscale: #B8B8B8. Windows color (decimal): -7942949 or 14404742. OLE color: 14404742.

HSL color Cylindrical-coordinate representation of color #86CCDB: hue angle of 190.59º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86CCDB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134204219-
CMYK0.390.0700.14
HSL190.59º54.14%69.22%-
HSV(B)190.59º38.81%85.88%-
XYZ44.2153.3774.99-
YUV184.78147.3191.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.06%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=24.06%
G=36.62%
B=39.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342042190.390.0700.14190.5954.1469.22
Hex86CCDB2770Ebf3645
Octal20631433347701627766105
Binary10000110110011001101101110011111101110101111111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CCDB; }

 p { color: rgb(134,204,219); }

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

<style>
 a { background-color: #86CCDB; }

 a { background-color: rgb(134,204,219); }

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

<style>
 span { border-color: #86CCDB; }

 span { border-color: rgb(134,204,219); }

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