Html Css Color HEX #8FB6BA Botticelli

📋 copy color: '#8FB6BA'

red 143 ◦ green 182 ◦ blue 186

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

Shades of Botticelli #8FB6BA

Tints of Botticelli #8FB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

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

R = 27.98%
G = 35.62%
B = 36.4%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FB6BA (or 0x8FB6BA) is known color: Botticelli. HEX triplet: 8F, B6 and BA. RGB value is (143,182,186). Sum of RGB (Red+Green+Blue) = 143+182+186=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB6BA is #704945. Grayscale: #AAAAAA. Windows color (decimal): -7358790 or 12236431. OLE color: 12236431.

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

Color convert

RGB 143 182 186 -
CMYK 0.23 0.02 0 0.27
HSL 185.58º 0.24% 0.65% -
HSV(B) 185.58º 0.23% 0.73% -
XYZ 36.92 42.84 52.78 -
YUV 170.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 143 182 186 0.23 0.02 0 0.27 185.58 0.24 0.65
Hex 8F B6 BA 17 2 0 1B BA 18 41
Octal 217 266 272 27 2 0 33 272 30 101
Binary 10001111 10110110 10111010 10111 10 0 11011 10111010 11000 1000001

Color Harmonies of #8FB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB6BA

Black with #8FB6BA

Text Example


Text Example

White with #8FB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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