#8CC6DA

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

Shades of Spray #8CC6DA

Tints of Spray #8CC6DA

Color information

#8CC6DA (or 0x8CC6DA) is unknown color: approx Spray. HEX triplet: 8C, C6 and DA. RGB value is (140,198,218). Sum of RGB (Red+Green+Blue) = 140+198+218=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC6DA is #733925. Grayscale: #B6B6B6. Windows color (decimal): -7551270 or 14337676. OLE color: 14337676.

HSL color Cylindrical-coordinate representation of color #8CC6DA: hue angle of 195.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CC6DA is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140198218-
CMYK0.360.0900.15
HSL195.38º51.32%70.2%-
HSV(B)195.38º35.78%85.49%-
XYZ43.6651.0373.88-
YUV182.94147.7897.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.18%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=25.18%
G=35.61%
B=39.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401982180.360.0900.15195.3851.3270.2
Hex8CC6DA2490Fc33346
Octal214306332441101730363106
Binary100011001100011011011010100100100101111110000111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CC6DA; }

 p { color: rgb(140,198,218); }

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

<style>
 a { background-color: #8CC6DA; }

 a { background-color: rgb(140,198,218); }

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

<style>
 span { border-color: #8CC6DA; }

 span { border-color: rgb(140,198,218); }

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