#8FB5BB

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

Shades of Botticelli #8FB5BB

Tints of Botticelli #8FB5BB

Color information

#8FB5BB (or 0x8FB5BB) is unknown color: approx Botticelli. HEX triplet: 8F, B5 and BB. RGB value is (143,181,187). Sum of RGB (Red+Green+Blue) = 143+181+187=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB5BB is #704A44. Grayscale: #AAAAAA. Windows color (decimal): -7359045 or 12301711. OLE color: 12301711.

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

Color convert

RGB143181187-
CMYK0.240.0300.27
HSL188.18º24.44%64.71%-
HSV(B)188.18º23.53%73.33%-
XYZ36.8242.4853.27-
YUV170.32137.41108.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.98%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=27.98%
G=35.42%
B=36.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431811870.240.0300.27188.1824.4464.71
Hex8FB5BB18301Bbc1841
Octal21726527330303327430101
Binary100011111011010110111011110001101101110111100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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