#8FBBC8

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

Shades of Botticelli #8FBBC8

Tints of Botticelli #8FBBC8

Color information

#8FBBC8 (or 0x8FBBC8) is unknown color: approx Botticelli. HEX triplet: 8F, BB and C8. RGB value is (143,187,200). Sum of RGB (Red+Green+Blue) = 143+187+200=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #8FBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBC8 is #704437. Grayscale: #AFAFAF. Windows color (decimal): -7357496 or 13155215. OLE color: 13155215.

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

Color convert

RGB143187200-
CMYK0.280.0600.22
HSL193.68º34.13%67.25%-
HSV(B)193.68º28.5%78.43%-
XYZ39.5245.5561.35-
YUV175.33141.92104.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.98%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=26.98%
G=35.28%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431872000.280.0600.22193.6834.1367.25
Hex8FBBC81C6016c22243
Octal21727331034602630242103
Binary10001111101110111100100011100110010110110000101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,187,200); }

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

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

 a { background-color: rgb(143,187,200); }

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

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

 span { border-color: rgb(143,187,200); }

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