#8CADB6

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

Shades of Botticelli #8CADB6

Tints of Botticelli #8CADB6

Color information

#8CADB6 (or 0x8CADB6) is unknown color: approx Botticelli. HEX triplet: 8C, AD and B6. RGB value is (140,173,182). Sum of RGB (Red+Green+Blue) = 140+173+182=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #8CADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADB6 is #735249. Grayscale: #A4A4A4. Windows color (decimal): -7557706 or 11971980. OLE color: 11971980.

HSL color Cylindrical-coordinate representation of color #8CADB6: hue angle of 192.86º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CADB6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140173182-
CMYK0.230.0500.29
HSL192.86º22.34%63.14%-
HSV(B)192.86º23.08%71.37%-
XYZ34.238.8449.95-
YUV164.16138.07110.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=28.28%
G=34.95%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401731820.230.0500.29192.8622.3463.14
Hex8CADB617501Dc1163f
Octal2142552662750353012677
Binary100011001010110110110110101111010111011100000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,173,182); }

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

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

 a { background-color: rgb(140,173,182); }

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

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

 span { border-color: rgb(140,173,182); }

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