Html Css Color HEX #8DAEB7 Botticelli

📋 copy color: '#8DAEB7'

red 141 ◦ green 174 ◦ blue 183

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

Shades of Botticelli #8DAEB7

Tints of Botticelli #8DAEB7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 28.31%
G = 34.94%
B = 36.75%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8DAEB7 (or 0x8DAEB7) is known color: Botticelli. HEX triplet: 8D, AE and B7. RGB value is (141,174,183). Sum of RGB (Red+Green+Blue) = 141+174+183=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 183 - color contains mainly: blue. Hex color #8DAEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEB7 is #725148. Grayscale: #A5A5A5. Windows color (decimal): -7491913 or 12037773. OLE color: 12037773.

HSL color Cylindrical-coordinate representation of color #8DAEB7: hue angle of 192.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DAEB7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 141 174 183 -
CMYK 0.23 0.05 0 0.28
HSL 192.86º 0.23% 0.64% -
HSV(B) 192.86º 0.23% 0.72% -
XYZ 34.67 39.35 50.57 -
YUV 165.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 141 174 183 0.23 0.05 0 0.28 192.86 0.23 0.64
Hex 8D AE B7 17 5 0 1C C1 17 40
Octal 215 256 267 27 5 0 34 301 27 100
Binary 10001101 10101110 10110111 10111 101 0 11100 11000001 10111 1000000

Color Harmonies of #8DAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEB7

Black with #8DAEB7

Text Example


Text Example

White with #8DAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,183); }

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

background-color css

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

 a { background-color: rgb(141,174,183); }

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

border-color css

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

 span { border-color: rgb(141,174,183); }

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