#8CAFBD

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

Shades of Botticelli #8CAFBD

Tints of Botticelli #8CAFBD

Color information

#8CAFBD (or 0x8CAFBD) is unknown color: approx Botticelli. HEX triplet: 8C, AF and BD. RGB value is (140,175,189). Sum of RGB (Red+Green+Blue) = 140+175+189=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFBD is #735042. Grayscale: #A6A6A6. Windows color (decimal): -7557187 or 12431244. OLE color: 12431244.

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

Color convert

RGB140175189-
CMYK0.260.0700.26
HSL197.14º27.07%64.51%-
HSV(B)197.14º25.93%74.12%-
XYZ35.3339.9153.99-
YUV166.13140.9109.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=27.78%
G=34.72%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401751890.260.0700.26197.1427.0764.51
Hex8CAFBD1A701Ac51b41
Octal21425727532703230533101
Binary1000110010101111101111011101011101101011000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,189); }

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

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

 a { background-color: rgb(140,175,189); }

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

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

 span { border-color: rgb(140,175,189); }

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