#8CAFBA

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

Shades of Botticelli #8CAFBA

Tints of Botticelli #8CAFBA

Color information

#8CAFBA (or 0x8CAFBA) is unknown color: approx Botticelli. HEX triplet: 8C, AF and BA. RGB value is (140,175,186). Sum of RGB (Red+Green+Blue) = 140+175+186=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFBA is #735045. Grayscale: #A5A5A5. Windows color (decimal): -7557190 or 12234636. OLE color: 12234636.

HSL color Cylindrical-coordinate representation of color #8CAFBA: hue angle of 194.35º degrees, saturation: 0.25, 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 #8CAFBA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB140175186-
CMYK0.250.0600.27
HSL194.35º25%63.92%-
HSV(B)194.35º24.73%72.94%-
XYZ35.0139.7852.29-
YUV165.79139.4109.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.94%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=27.94%
G=34.93%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401751860.250.0600.27194.352563.92
Hex8CAFBA19601Bc21940
Octal21425727231603330231100
Binary1000110010101111101110101100111001101111000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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