#8CADBB

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

Shades of Botticelli #8CADBB

Tints of Botticelli #8CADBB

Color information

#8CADBB (or 0x8CADBB) is unknown color: approx Botticelli. HEX triplet: 8C, AD and BB. RGB value is (140,173,187). Sum of RGB (Red+Green+Blue) = 140+173+187=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADBB is #735244. Grayscale: #A4A4A4. Windows color (decimal): -7557701 or 12299660. OLE color: 12299660.

HSL color Cylindrical-coordinate representation of color #8CADBB: hue angle of 197.87º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CADBB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140173187-
CMYK0.250.0700.27
HSL197.87º25.68%64.12%-
HSV(B)197.87º25.13%73.33%-
XYZ34.7339.0552.72-
YUV164.73140.57110.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=28%
G=34.6%
B=37.4%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401731870.250.0700.27197.8725.6864.12
Hex8CADBB19701Bc61a40
Octal21425527331703330632100
Binary1000110010101101101110111100111101101111000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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