Html Css Color HEX #8FAEB9 Botticelli

📋 copy color: '#8FAEB9'

red 143 ◦ green 174 ◦ blue 185

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

Shades of Botticelli #8FAEB9

Tints of Botticelli #8FAEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 28.49%
G = 34.66%
B = 36.85%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FAEB9 (or 0x8FAEB9) is known color: Botticelli. HEX triplet: 8F, AE and B9. RGB value is (143,174,185). Sum of RGB (Red+Green+Blue) = 143+174+185=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FAEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEB9 is #705146. Grayscale: #A5A5A5. Windows color (decimal): -7360839 or 12168847. OLE color: 12168847.

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

Color convert

RGB 143 174 185 -
CMYK 0.23 0.06 0 0.27
HSL 195.71º 0.23% 0.64% -
HSV(B) 195.71º 0.23% 0.73% -
XYZ 35.22 39.61 51.69 -
YUV 165.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 143 174 185 0.23 0.06 0 0.27 195.71 0.23 0.64
Hex 8F AE B9 17 6 0 1B C4 17 40
Octal 217 256 271 27 6 0 33 304 27 100
Binary 10001111 10101110 10111001 10111 110 0 11011 11000100 10111 1000000

Color Harmonies of #8FAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEB9

Black with #8FAEB9

Text Example


Text Example

White with #8FAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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