Html Css Color HEX #8FB9BA Botticelli

📋 copy color: '#8FB9BA'

red 143 ◦ green 185 ◦ blue 186

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

Shades of Botticelli #8FB9BA

Tints of Botticelli #8FB9BA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 27.82%
G = 35.99%
B = 36.19%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FB9BA (or 0x8FB9BA) is known color: Botticelli. HEX triplet: 8F, B9 and BA. RGB value is (143,185,186). Sum of RGB (Red+Green+Blue) = 143+185+186=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9BA is #704645. Grayscale: #ACACAC. Windows color (decimal): -7358022 or 12237199. OLE color: 12237199.

HSL color Cylindrical-coordinate representation of color #8FB9BA: hue angle of 181.4º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB9BA is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 185 186 -
CMYK 0.23 0.01 0 0.27
HSL 181.4º 0.24% 0.65% -
HSV(B) 181.4º 0.23% 0.73% -
XYZ 37.54 44.08 52.98 -
YUV 172.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 143 185 186 0.23 0.01 0 0.27 181.4 0.24 0.65
Hex 8F B9 BA 17 1 0 1B B5 18 41
Octal 217 271 272 27 1 0 33 265 30 101
Binary 10001111 10111001 10111010 10111 1 0 11011 10110101 11000 1000001

Color Harmonies of #8FB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB9BA

Black with #8FB9BA

Text Example


Text Example

White with #8FB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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