#8CAFB5

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

Shades of Botticelli #8CAFB5

Tints of Botticelli #8CAFB5

Color information

#8CAFB5 (or 0x8CAFB5) is unknown color: approx Botticelli. HEX triplet: 8C, AF and B5. RGB value is (140,175,181). Sum of RGB (Red+Green+Blue) = 140+175+181=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #8CAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFB5 is #73504A. Grayscale: #A5A5A5. Windows color (decimal): -7557195 or 11906956. OLE color: 11906956.

HSL color Cylindrical-coordinate representation of color #8CAFB5: hue angle of 188.78º 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 #8CAFB5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB140175181-
CMYK0.230.0300.29
HSL188.78º21.69%62.94%-
HSV(B)188.78º22.65%70.98%-
XYZ34.4939.5749.54-
YUV165.22136.9110.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=28.23%
G=35.28%
B=36.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401751810.230.0300.29188.7821.6962.94
Hex8CAFB517301Dbd163f
Octal2142572652730352752677
Binary10001100101011111011010110111110111011011110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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