#8AADB9

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

Shades of Botticelli #8AADB9

Tints of Botticelli #8AADB9

Color information

#8AADB9 (or 0x8AADB9) is unknown color: approx Botticelli. HEX triplet: 8A, AD and B9. RGB value is (138,173,185). Sum of RGB (Red+Green+Blue) = 138+173+185=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADB9 is #755246. Grayscale: #A3A3A3. Windows color (decimal): -7688775 or 12168586. OLE color: 12168586.

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

Color convert

RGB138173185-
CMYK0.250.0600.27
HSL195.32º25.13%63.33%-
HSV(B)195.32º25.41%72.55%-
XYZ34.1838.7951.59-
YUV163.9139.9109.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 185 (72.66% from 255) = 37.30%
R=27.82%
G=34.88%
B=37.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381731850.250.0600.27195.3225.1363.33
Hex8AADB919601Bc3193f
Octal2122552713160333033177
Binary100010101010110110111001110011100110111100001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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