#86CFDA

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

Shades of Spray #86CFDA

Tints of Spray #86CFDA

Color information

#86CFDA (or 0x86CFDA) is unknown color: approx Spray. HEX triplet: 86, CF and DA. RGB value is (134,207,218). Sum of RGB (Red+Green+Blue) = 134+207+218=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #86CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CFDA is #793025. Grayscale: #BABABA. Windows color (decimal): -7942182 or 14339974. OLE color: 14339974.

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

Color convert

RGB134207218-
CMYK0.390.0500.15
HSL187.86º53.16%69.02%-
HSV(B)187.86º38.53%85.49%-
XYZ44.854.7674.54-
YUV186.43145.8290.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=23.97%
G=37.03%
B=39.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342072180.390.0500.15187.8653.1669.02
Hex86CFDA2750Fbc3545
Octal20631733247501727465105
Binary10000110110011111101101010011110101111101111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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