#8FB4B5

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

Shades of Botticelli #8FB4B5

Tints of Botticelli #8FB4B5

Color information

#8FB4B5 (or 0x8FB4B5) is unknown color: approx Botticelli. HEX triplet: 8F, B4 and B5. RGB value is (143,180,181). Sum of RGB (Red+Green+Blue) = 143+180+181=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 181 - color contains mainly: blue. Hex color #8FB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4B5 is #704B4A. Grayscale: #A9A9A9. Windows color (decimal): -7359307 or 11908239. OLE color: 11908239.

HSL color Cylindrical-coordinate representation of color #8FB4B5: hue angle of 181.58º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB4B5 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB143180181-
CMYK0.210.0100.29
HSL181.58º20.43%63.53%-
HSV(B)181.58º20.99%70.98%-
XYZ35.9941.8249.89-
YUV169.05134.74109.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.37%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=28.37%
G=35.71%
B=35.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801810.210.0100.29181.5820.4363.53
Hex8FB4B515101Db61440
Octal21726426525103526624100
Binary10001111101101001011010110101101110110110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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