#86CADA

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

Shades of Spray #86CADA

Tints of Spray #86CADA

Color information

#86CADA (or 0x86CADA) is unknown color: approx Spray. HEX triplet: 86, CA and DA. RGB value is (134,202,218). Sum of RGB (Red+Green+Blue) = 134+202+218=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #86CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CADA is #793525. Grayscale: #B7B7B7. Windows color (decimal): -7943462 or 14338694. OLE color: 14338694.

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

Color convert

RGB134202218-
CMYK0.390.0700.15
HSL191.43º53.16%69.02%-
HSV(B)191.43º38.53%85.49%-
XYZ43.6152.3774.14-
YUV183.49147.4792.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.19%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=24.19%
G=36.46%
B=39.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342022180.390.0700.15191.4353.1669.02
Hex86CADA2770Fbf3545
Octal20631233247701727765105
Binary10000110110010101101101010011111101111101111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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