Html Css Color HEX #8FBABB Botticelli

📋 copy color: '#8FBABB'

red 143 ◦ green 186 ◦ blue 187

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

Shades of Botticelli #8FBABB

Tints of Botticelli #8FBABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.05%

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

R = 27.71%
G = 36.05%
B = 36.24%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FBABB (or 0x8FBABB) is known color: Botticelli. HEX triplet: 8F, BA and BB. RGB value is (143,186,187). Sum of RGB (Red+Green+Blue) = 143+186+187=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBABB is #704544. Grayscale: #ADADAD. Windows color (decimal): -7357765 or 12302991. OLE color: 12302991.

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

Color convert

RGB 143 186 187 -
CMYK 0.24 0.01 0 0.27
HSL 181.36º 0.24% 0.65% -
HSV(B) 181.36º 0.24% 0.73% -
XYZ 37.86 44.55 53.62 -
YUV 173.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 143 186 187 0.24 0.01 0 0.27 181.36 0.24 0.65
Hex 8F BA BB 18 1 0 1B B5 18 41
Octal 217 272 273 30 1 0 33 265 30 101
Binary 10001111 10111010 10111011 11000 1 0 11011 10110101 11000 1000001

Color Harmonies of #8FBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBABB

Black with #8FBABB

Text Example


Text Example

White with #8FBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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