Html Css Color HEX #8FB7BE Botticelli

📋 copy color: '#8FB7BE'

red 143 ◦ green 183 ◦ blue 190

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

Shades of Botticelli #8FB7BE

Tints of Botticelli #8FB7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.47%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 27.71%
G = 35.47%
B = 36.82%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FB7BE (or 0x8FB7BE) is known color: Botticelli. HEX triplet: 8F, B7 and BE. RGB value is (143,183,190). Sum of RGB (Red+Green+Blue) = 143+183+190=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7BE is #704841. Grayscale: #ABABAB. Windows color (decimal): -7358530 or 12498831. OLE color: 12498831.

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

Color convert

RGB 143 183 190 -
CMYK 0.25 0.04 0 0.25
HSL 188.94º 0.27% 0.65% -
HSV(B) 188.94º 0.25% 0.75% -
XYZ 37.56 43.42 55.12 -
YUV 171.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 143 183 190 0.25 0.04 0 0.25 188.94 0.27 0.65
Hex 8F B7 BE 19 4 0 19 BD 1B 41
Octal 217 267 276 31 4 0 31 275 33 101
Binary 10001111 10110111 10111110 11001 100 0 11001 10111101 11011 1000001

Color Harmonies of #8FB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB7BE

Black with #8FB7BE

Text Example


Text Example

White with #8FB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,183,190); }

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

background-color css

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

 a { background-color: rgb(143,183,190); }

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

border-color css

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

 span { border-color: rgb(143,183,190); }

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