#86C8DE

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

Shades of Spray #86C8DE

Tints of Spray #86C8DE

Color information

#86C8DE (or 0x86C8DE) is unknown color: approx Spray. HEX triplet: 86, C8 and DE. RGB value is (134,200,222). Sum of RGB (Red+Green+Blue) = 134+200+222=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #86C8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C8DE is #793721. Grayscale: #B6B6B6. Windows color (decimal): -7943970 or 14600326. OLE color: 14600326.

HSL color Cylindrical-coordinate representation of color #86C8DE: hue angle of 195º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86C8DE is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134200222-
CMYK0.400.1000.13
HSL195º57.14%69.8%-
HSV(B)195º39.64%87.06%-
XYZ43.6751.6576.78-
YUV182.77150.1393.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.10%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=24.10%
G=35.97%
B=39.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342002220.400.1000.1319557.1469.8
Hex86C8DE28A0Dc33946
Octal206310336501201530371106
Binary100001101100100011011110101000101001101110000111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,200,222); }

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

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

 a { background-color: rgb(134,200,222); }

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

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

 span { border-color: rgb(134,200,222); }

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