Html Css Color HEX #8FBBBE Botticelli

📋 copy color: '#8FBBBE'

red 143 ◦ green 187 ◦ blue 190

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

Shades of Botticelli #8FBBBE

Tints of Botticelli #8FBBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

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

R = 27.5%
G = 35.96%
B = 36.54%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8FBBBE (or 0x8FBBBE) is known color: Botticelli. HEX triplet: 8F, BB and BE. RGB value is (143,187,190). Sum of RGB (Red+Green+Blue) = 143+187+190=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBBBE is #704441. Grayscale: #AEAEAE. Windows color (decimal): -7357506 or 12499855. OLE color: 12499855.

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

Color convert

RGB 143 187 190 -
CMYK 0.25 0.02 0 0.25
HSL 183.83º 0.27% 0.65% -
HSV(B) 183.83º 0.25% 0.75% -
XYZ 38.39 45.1 55.4 -
YUV 174.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 143 187 190 0.25 0.02 0 0.25 183.83 0.27 0.65
Hex 8F BB BE 19 2 0 19 B8 1B 41
Octal 217 273 276 31 2 0 31 270 33 101
Binary 10001111 10111011 10111110 11001 10 0 11001 10111000 11011 1000001

Color Harmonies of #8FBBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBBE

Black with #8FBBBE

Text Example


Text Example

White with #8FBBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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