#8FBEC3

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

Shades of Botticelli #8FBEC3

Tints of Botticelli #8FBEC3

Color information

#8FBEC3 (or 0x8FBEC3) is unknown color: approx Botticelli. HEX triplet: 8F, BE and C3. RGB value is (143,190,195). Sum of RGB (Red+Green+Blue) = 143+190+195=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #8FBEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBEC3 is #70413C. Grayscale: #B0B0B0. Windows color (decimal): -7356733 or 12828303. OLE color: 12828303.

HSL color Cylindrical-coordinate representation of color #8FBEC3: hue angle of 185.77º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBEC3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143190195-
CMYK0.270.0300.24
HSL185.77º30.23%66.27%-
HSV(B)185.77º26.67%76.47%-
XYZ39.5946.6158.54-
YUV176.52138.43104.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.08%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=27.08%
G=35.98%
B=36.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431901950.270.0300.24185.7730.2366.27
Hex8FBEC31B3018ba1e42
Octal21727630333303027236102
Binary100011111011111011000011110111101100010111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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