#8CAFB8

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

Shades of Botticelli #8CAFB8

Tints of Botticelli #8CAFB8

Color information

#8CAFB8 (or 0x8CAFB8) is unknown color: approx Botticelli. HEX triplet: 8C, AF and B8. RGB value is (140,175,184). Sum of RGB (Red+Green+Blue) = 140+175+184=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 184 - color contains mainly: blue. Hex color #8CAFB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFB8 is #735047. Grayscale: #A5A5A5. Windows color (decimal): -7557192 or 12103564. OLE color: 12103564.

HSL color Cylindrical-coordinate representation of color #8CAFB8: hue angle of 192.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CAFB8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB140175184-
CMYK0.240.0500.28
HSL192.27º23.66%63.53%-
HSV(B)192.27º23.91%72.16%-
XYZ34.839.751.18-
YUV165.56138.4109.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 184 (72.27% from 255) = 36.87%
R=28.06%
G=35.07%
B=36.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401751840.240.0500.28192.2723.6663.53
Hex8CAFB818501Cc01840
Octal21425727030503430030100
Binary1000110010101111101110001100010101110011000000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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