Html Css Color HEX #8DB9BB Botticelli

📋 copy color: '#8DB9BB'

red 141 ◦ green 185 ◦ blue 187

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

Shades of Botticelli #8DB9BB

Tints of Botticelli #8DB9BB

RGB

 RED value IS 141 (55.47% from 255) = 27.49%

 GREEN value IS 185 (72.66% from 255) = 36.06%

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

R = 27.49%
G = 36.06%
B = 36.45%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DB9BB (or 0x8DB9BB) is known color: Botticelli. HEX triplet: 8D, B9 and BB. RGB value is (141,185,187). Sum of RGB (Red+Green+Blue) = 141+185+187=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9BB is #724644. Grayscale: #ACACAC. Windows color (decimal): -7489093 or 12302733. OLE color: 12302733.

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

Color convert

RGB 141 185 187 -
CMYK 0.25 0.01 0 0.27
HSL 182.61º 0.25% 0.64% -
HSV(B) 182.61º 0.25% 0.73% -
XYZ 37.3 43.95 53.53 -
YUV 172.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 141 185 187 0.25 0.01 0 0.27 182.61 0.25 0.64
Hex 8D B9 BB 19 1 0 1B B7 19 40
Octal 215 271 273 31 1 0 33 267 31 100
Binary 10001101 10111001 10111011 11001 1 0 11011 10110111 11001 1000000

Color Harmonies of #8DB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB9BB

Black with #8DB9BB

Text Example


Text Example

White with #8DB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,187); }

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

background-color css

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

 a { background-color: rgb(141,185,187); }

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

border-color css

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

 span { border-color: rgb(141,185,187); }

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