Html Css Color HEX #8FADBA Botticelli

📋 copy color: '#8FADBA'

red 143 ◦ green 173 ◦ blue 186

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

Shades of Botticelli #8FADBA

Tints of Botticelli #8FADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

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

R = 28.49%
G = 34.46%
B = 37.05%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FADBA (or 0x8FADBA) is known color: Botticelli. HEX triplet: 8F, AD and BA. RGB value is (143,173,186). Sum of RGB (Red+Green+Blue) = 143+173+186=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADBA is #705245. Grayscale: #A5A5A5. Windows color (decimal): -7361094 or 12234127. OLE color: 12234127.

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

Color convert

RGB 143 173 186 -
CMYK 0.23 0.07 0 0.27
HSL 198.14º 0.24% 0.65% -
HSV(B) 198.14º 0.23% 0.73% -
XYZ 35.13 39.27 52.18 -
YUV 165.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 143 173 186 0.23 0.07 0 0.27 198.14 0.24 0.65
Hex 8F AD BA 17 7 0 1B C6 18 41
Octal 217 255 272 27 7 0 33 306 30 101
Binary 10001111 10101101 10111010 10111 111 0 11011 11000110 11000 1000001

Color Harmonies of #8FADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADBA

Black with #8FADBA

Text Example


Text Example

White with #8FADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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