#86CAD4

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

Shades of Spray #86CAD4

Tints of Spray #86CAD4

Color information

#86CAD4 (or 0x86CAD4) is unknown color: approx Spray. HEX triplet: 86, CA and D4. RGB value is (134,202,212). Sum of RGB (Red+Green+Blue) = 134+202+212=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #86CAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CAD4 is #79352B. Grayscale: #B6B6B6. Windows color (decimal): -7943468 or 13945478. OLE color: 13945478.

HSL color Cylindrical-coordinate representation of color #86CAD4: hue angle of 187.69º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86CAD4 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB134202212-
CMYK0.370.0500.17
HSL187.69º47.56%67.84%-
HSV(B)187.69º36.79%83.14%-
XYZ42.8452.0670.08-
YUV182.81144.4793.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.45%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=24.45%
G=36.86%
B=38.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342022120.370.0500.17187.6947.5667.84
Hex86CAD4255011bc3044
Octal20631232445502127460104
Binary100001101100101011010100100101101010001101111001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,202,212); }

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

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

 a { background-color: rgb(134,202,212); }

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

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

 span { border-color: rgb(134,202,212); }

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