Html Css Color HEX #8DADB9 Botticelli

📋 copy color: '#8DADB9'

red 141 ◦ green 173 ◦ blue 185

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

Shades of Botticelli #8DADB9

Tints of Botticelli #8DADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 28.26%
G = 34.67%
B = 37.07%

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

#8DADB9 (or 0x8DADB9) is known color: Botticelli. HEX triplet: 8D, AD and B9. RGB value is (141,173,185). Sum of RGB (Red+Green+Blue) = 141+173+185=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 185 - color contains mainly: blue. Hex color #8DADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADB9 is #725246. Grayscale: #A4A4A4. Windows color (decimal): -7492167 or 12168589. OLE color: 12168589.

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

Color convert

RGB 141 173 185 -
CMYK 0.24 0.06 0 0.27
HSL 196.36º 0.24% 0.64% -
HSV(B) 196.36º 0.24% 0.73% -
XYZ 34.69 39.05 51.61 -
YUV 164.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 141 173 185 0.24 0.06 0 0.27 196.36 0.24 0.64
Hex 8D AD B9 18 6 0 1B C4 18 40
Octal 215 255 271 30 6 0 33 304 30 100
Binary 10001101 10101101 10111001 11000 110 0 11011 11000100 11000 1000000

Color Harmonies of #8DADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADB9

Black with #8DADB9

Text Example


Text Example

White with #8DADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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