Html Css Color HEX #8FAFBB Botticelli

📋 copy color: '#8FAFBB'

red 143 ◦ green 175 ◦ blue 187

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

Shades of Botticelli #8FAFBB

Tints of Botticelli #8FAFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 28.32%
G = 34.65%
B = 37.03%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8FAFBB (or 0x8FAFBB) is known color: Botticelli. HEX triplet: 8F, AF and BB. RGB value is (143,175,187). Sum of RGB (Red+Green+Blue) = 143+175+187=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #8FAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFBB is #705044. Grayscale: #A6A6A6. Windows color (decimal): -7360581 or 12300175. OLE color: 12300175.

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

Color convert

RGB 143 175 187 -
CMYK 0.24 0.06 0 0.27
HSL 196.36º 0.24% 0.65% -
HSV(B) 196.36º 0.24% 0.73% -
XYZ 35.63 40.09 52.87 -
YUV 166.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 143 175 187 0.24 0.06 0 0.27 196.36 0.24 0.65
Hex 8F AF BB 18 6 0 1B C4 18 41
Octal 217 257 273 30 6 0 33 304 30 101
Binary 10001111 10101111 10111011 11000 110 0 11011 11000100 11000 1000001

Color Harmonies of #8FAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFBB

Black with #8FAFBB

Text Example


Text Example

White with #8FAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,175,187); }

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

background-color css

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

 a { background-color: rgb(143,175,187); }

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

border-color css

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

 span { border-color: rgb(143,175,187); }

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