Html Css Color HEX #8FB5BE Botticelli

📋 copy color: '#8FB5BE'

red 143 ◦ green 181 ◦ blue 190

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

Shades of Botticelli #8FB5BE

Tints of Botticelli #8FB5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.21%

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

R = 27.82%
G = 35.21%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FB5BE (or 0x8FB5BE) is known color: Botticelli. HEX triplet: 8F, B5 and BE. RGB value is (143,181,190). Sum of RGB (Red+Green+Blue) = 143+181+190=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB5BE is #704A41. Grayscale: #AAAAAA. Windows color (decimal): -7359042 or 12498319. OLE color: 12498319.

HSL color Cylindrical-coordinate representation of color #8FB5BE: hue angle of 191.49º 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 #8FB5BE is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 181 190 -
CMYK 0.25 0.05 0 0.25
HSL 191.49º 0.27% 0.65% -
HSV(B) 191.49º 0.25% 0.75% -
XYZ 37.15 42.61 54.98 -
YUV 170.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 143 181 190 0.25 0.05 0 0.25 191.49 0.27 0.65
Hex 8F B5 BE 19 5 0 19 BF 1B 41
Octal 217 265 276 31 5 0 31 277 33 101
Binary 10001111 10110101 10111110 11001 101 0 11001 10111111 11011 1000001

Color Harmonies of #8FB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB5BE

Black with #8FB5BE

Text Example


Text Example

White with #8FB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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