#8AAFBA

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

Shades of Botticelli #8AAFBA

Tints of Botticelli #8AAFBA

Color information

#8AAFBA (or 0x8AAFBA) is unknown color: approx Botticelli. HEX triplet: 8A, AF and BA. RGB value is (138,175,186). Sum of RGB (Red+Green+Blue) = 138+175+186=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AAFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFBA is #755045. Grayscale: #A5A5A5. Windows color (decimal): -7688262 or 12234634. OLE color: 12234634.

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

Color convert

RGB138175186-
CMYK0.260.0600.27
HSL193.75º25.81%63.53%-
HSV(B)193.75º25.81%72.94%-
XYZ34.6739.6152.27-
YUV165.19139.74108.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=27.66%
G=35.07%
B=37.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381751860.260.0600.27193.7525.8163.53
Hex8AAFBA1A601Bc21a40
Octal21225727232603330232100
Binary1000101010101111101110101101011001101111000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,186); }

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

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

 a { background-color: rgb(138,175,186); }

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

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

 span { border-color: rgb(138,175,186); }

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