Html Css Color HEX #8FB7BB Botticelli

📋 copy color: '#8FB7BB'

red 143 ◦ green 183 ◦ blue 187

#8FB7BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #8FB7BB

Tints of Botticelli #8FB7BB

RGB

 RED value IS 143 (56.25% from 255) = 27.88%

 GREEN value IS 183 (71.88% from 255) = 35.67%

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 27.88%
G = 35.67%
B = 36.45%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FB7BB (or 0x8FB7BB) is known color: Botticelli. HEX triplet: 8F, B7 and BB. RGB value is (143,183,187). Sum of RGB (Red+Green+Blue) = 143+183+187=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7BB is #704844. Grayscale: #ABABAB. Windows color (decimal): -7358533 or 12302223. OLE color: 12302223.

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

Color convert

RGB 143 183 187 -
CMYK 0.24 0.02 0 0.27
HSL 185.45º 0.24% 0.65% -
HSV(B) 185.45º 0.24% 0.73% -
XYZ 37.23 43.29 53.41 -
YUV 171.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 143 183 187 0.24 0.02 0 0.27 185.45 0.24 0.65
Hex 8F B7 BB 18 2 0 1B B9 18 41
Octal 217 267 273 30 2 0 33 271 30 101
Binary 10001111 10110111 10111011 11000 10 0 11011 10111001 11000 1000001

Color Harmonies of #8FB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB7BB

Black with #8FB7BB

Text Example


Text Example

White with #8FB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FB7BB;
 }
 .AnyTagClassName
 {
   color: #8FB7BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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