#86D8E5

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

Shades of Spray #86D8E5

Tints of Spray #86D8E5

Color information

#86D8E5 (or 0x86D8E5) is unknown color: approx Spray. HEX triplet: 86, D8 and E5. RGB value is (134,216,229). Sum of RGB (Red+Green+Blue) = 134+216+229=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #86D8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D8E5 is #79271A. Grayscale: #C0C0C0. Windows color (decimal): -7939867 or 15063174. OLE color: 15063174.

HSL color Cylindrical-coordinate representation of color #86D8E5: hue angle of 188.21º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86D8E5 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134216229-
CMYK0.410.0600.10
HSL188.21º64.63%71.18%-
HSV(B)188.21º41.48%89.8%-
XYZ48.5359.8483.12-
YUV192.96148.3385.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.14%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 229 (89.84% from 255) = 39.55%
R=23.14%
G=37.31%
B=39.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342162290.410.0600.10188.2164.6371.18
Hex86D8E52960Abc4147
Octal206330345516012274101107
Binary100001101101100011100101101001110010101011110010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,216,229); }

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

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

 a { background-color: rgb(134,216,229); }

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

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

 span { border-color: rgb(134,216,229); }

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