Html Css Color HEX #8FADB5 Botticelli

📋 copy color: '#8FADB5'

red 143 ◦ green 173 ◦ blue 181

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

Shades of Botticelli #8FADB5

Tints of Botticelli #8FADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 28.77%
G = 34.81%
B = 36.42%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8FADB5 (or 0x8FADB5) is known color: Botticelli. HEX triplet: 8F, AD and B5. RGB value is (143,173,181). Sum of RGB (Red+Green+Blue) = 143+173+181=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #8FADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADB5 is #70524A. Grayscale: #A4A4A4. Windows color (decimal): -7361099 or 11906447. OLE color: 11906447.

HSL color Cylindrical-coordinate representation of color #8FADB5: hue angle of 192.63º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FADB5 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 173 181 -
CMYK 0.21 0.04 0 0.29
HSL 192.63º 0.2% 0.64% -
HSV(B) 192.63º 0.21% 0.71% -
XYZ 34.61 39.06 49.43 -
YUV 164.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 143 173 181 0.21 0.04 0 0.29 192.63 0.2 0.64
Hex 8F AD B5 15 4 0 1D C1 14 40
Octal 217 255 265 25 4 0 35 301 24 100
Binary 10001111 10101101 10110101 10101 100 0 11101 11000001 10100 1000000

Color Harmonies of #8FADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADB5

Black with #8FADB5

Text Example


Text Example

White with #8FADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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