#86DDE1

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

Shades of Spray #86DDE1

Tints of Spray #86DDE1

Color information

#86DDE1 (or 0x86DDE1) is unknown color: approx Spray. HEX triplet: 86, DD and E1. RGB value is (134,221,225). Sum of RGB (Red+Green+Blue) = 134+221+225=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #86DDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDE1 is #79221E. Grayscale: #C3C3C3. Windows color (decimal): -7938591 or 14802310. OLE color: 14802310.

HSL color Cylindrical-coordinate representation of color #86DDE1: hue angle of 182.64º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DDE1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB134221225-
CMYK0.400.0200.12
HSL182.64º60.26%70.39%-
HSV(B)182.64º40.44%88.24%-
XYZ49.2862.2280.65-
YUV195.44144.6884.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.10%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=23.10%
G=38.10%
B=38.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342212250.400.0200.12182.6460.2670.39
Hex86DDE12820Cb73c46
Octal20633534150201426774106
Binary1000011011011101111000011010001001100101101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,225); }

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

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

 a { background-color: rgb(134,221,225); }

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

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

 span { border-color: rgb(134,221,225); }

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