#86CDDA

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

Shades of Spray #86CDDA

Tints of Spray #86CDDA

Color information

#86CDDA (or 0x86CDDA) is unknown color: approx Spray. HEX triplet: 86, CD and DA. RGB value is (134,205,218). Sum of RGB (Red+Green+Blue) = 134+205+218=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #86CDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CDDA is #793225. Grayscale: #B9B9B9. Windows color (decimal): -7942694 or 14339462. OLE color: 14339462.

HSL color Cylindrical-coordinate representation of color #86CDDA: hue angle of 189.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86CDDA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134205218-
CMYK0.390.0600.15
HSL189.29º53.16%69.02%-
HSV(B)189.29º38.53%85.49%-
XYZ44.3253.7974.38-
YUV185.25146.4891.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.06%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=24.06%
G=36.80%
B=39.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342052180.390.0600.15189.2953.1669.02
Hex86CDDA2760Fbd3545
Octal20631533247601727565105
Binary10000110110011011101101010011111001111101111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,218); }

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

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

 a { background-color: rgb(134,205,218); }

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

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

 span { border-color: rgb(134,205,218); }

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