#8FBEC6

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

Shades of Botticelli #8FBEC6

Tints of Botticelli #8FBEC6

Color information

#8FBEC6 (or 0x8FBEC6) is unknown color: approx Botticelli. HEX triplet: 8F, BE and C6. RGB value is (143,190,198). Sum of RGB (Red+Green+Blue) = 143+190+198=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #8FBEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEC6 is #704139. Grayscale: #B0B0B0. Windows color (decimal): -7356730 or 13024911. OLE color: 13024911.

HSL color Cylindrical-coordinate representation of color #8FBEC6: hue angle of 188.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FBEC6 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB143190198-
CMYK0.280.0400.22
HSL188.73º32.54%66.86%-
HSV(B)188.73º27.78%77.65%-
XYZ39.9346.7460.34-
YUV176.86139.93103.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.93%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=26.93%
G=35.78%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431901980.280.0400.22188.7332.5466.86
Hex8FBEC61C4016bd2143
Octal21727630634402627541103
Binary10001111101111101100011011100100010110101111011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,198); }

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

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

 a { background-color: rgb(143,190,198); }

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

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

 span { border-color: rgb(143,190,198); }

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