Html Css Color HEX #8FB1BB Botticelli

📋 copy color: '#8FB1BB'

red 143 ◦ green 177 ◦ blue 187

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

Shades of Botticelli #8FB1BB

Tints of Botticelli #8FB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

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

R = 28.21%
G = 34.91%
B = 36.88%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FB1BB (or 0x8FB1BB) is known color: Botticelli. HEX triplet: 8F, B1 and BB. RGB value is (143,177,187). Sum of RGB (Red+Green+Blue) = 143+177+187=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB1BB is #704E44. Grayscale: #A7A7A7. Windows color (decimal): -7360069 or 12300687. OLE color: 12300687.

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

Color convert

RGB 143 177 187 -
CMYK 0.24 0.05 0 0.27
HSL 193.64º 0.24% 0.65% -
HSV(B) 193.64º 0.24% 0.73% -
XYZ 36.02 40.87 53 -
YUV 167.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 143 177 187 0.24 0.05 0 0.27 193.64 0.24 0.65
Hex 8F B1 BB 18 5 0 1B C2 18 41
Octal 217 261 273 30 5 0 33 302 30 101
Binary 10001111 10110001 10111011 11000 101 0 11011 11000010 11000 1000001

Color Harmonies of #8FB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB1BB

Black with #8FB1BB

Text Example


Text Example

White with #8FB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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