#86C9DE

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

Shades of Spray #86C9DE

Tints of Spray #86C9DE

Color information

#86C9DE (or 0x86C9DE) is unknown color: approx Spray. HEX triplet: 86, C9 and DE. RGB value is (134,201,222). Sum of RGB (Red+Green+Blue) = 134+201+222=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #86C9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C9DE is #793621. Grayscale: #B7B7B7. Windows color (decimal): -7943714 or 14600582. OLE color: 14600582.

HSL color Cylindrical-coordinate representation of color #86C9DE: hue angle of 194.32º 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 #86C9DE is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134201222-
CMYK0.400.0900.13
HSL194.32º57.14%69.8%-
HSV(B)194.32º39.64%87.06%-
XYZ43.952.1276.85-
YUV183.36149.892.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.06%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=24.06%
G=36.09%
B=39.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342012220.400.0900.13194.3257.1469.8
Hex86C9DE2890Dc23946
Octal206311336501101530271106
Binary100001101100100111011110101000100101101110000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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