#8DAEBB

Color #8DAEBB Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #8DAEBB

Tints of Botticelli #8DAEBB

Color information

#8DAEBB (or 0x8DAEBB) is unknown color: approx Botticelli. HEX triplet: 8D, AE and BB. RGB value is (141,174,187). Sum of RGB (Red+Green+Blue) = 141+174+187=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEBB is #725144. Grayscale: #A5A5A5. Windows color (decimal): -7491909 or 12299917. OLE color: 12299917.

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

Color convert

RGB141174187-
CMYK0.250.0700.27
HSL196.96º25.27%64.31%-
HSV(B)196.96º24.6%73.33%-
XYZ35.0939.5252.79-
YUV165.62140.07110.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.09%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=28.09%
G=34.66%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411741870.250.0700.27196.9625.2764.31
Hex8DAEBB19701Bc51940
Octal21525627331703330531100
Binary1000110110101110101110111100111101101111000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DAEBB;
 }
 .AnyTagClassName
 {
   color: #8DAEBB;
 }
</style>
background-color css

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

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

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

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

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

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