#8fb2bb

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

Shades of Botticelli #8FB2BB

Tints of Botticelli #8FB2BB

Color information

#8FB2BB (or 0x8FB2BB) is unknown color: approx Botticelli. HEX triplet: 8F, B2 and BB. RGB value is (143,178,187). Sum of RGB (Red+Green+Blue) = 143+178+187=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2BB is #704D44. Grayscale: #A8A8A8. Windows color (decimal): -7359813 or 12300943. OLE color: 12300943.

HSL color Cylindrical-coordinate representation of color #8FB2BB: hue angle of 192.27º 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 #8FB2BB is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143178187-
CMYK0.240.0500.27
HSL192.27º24.44%64.71%-
HSV(B)192.27º23.53%73.33%-
XYZ36.2241.2753.07-
YUV168.56138.4109.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.15%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=28.15%
G=35.04%
B=36.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431781870.240.0500.27192.2724.4464.71
Hex8FB2BB18501Bc01841
Octal21726227330503330030101
Binary1000111110110010101110111100010101101111000000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fb2bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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