#8AAFB3

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

Shades of Botticelli #8AAFB3

Tints of Botticelli #8AAFB3

Color information

#8AAFB3 (or 0x8AAFB3) is unknown color: approx Botticelli. HEX triplet: 8A, AF and B3. RGB value is (138,175,179). Sum of RGB (Red+Green+Blue) = 138+175+179=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #8AAFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAFB3 is #75504C. Grayscale: #A4A4A4. Windows color (decimal): -7688269 or 11775882. OLE color: 11775882.

HSL color Cylindrical-coordinate representation of color #8AAFB3: hue angle of 185.85º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AAFB3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB138175179-
CMYK0.230.0200.30
HSL185.85º21.24%62.16%-
HSV(B)185.85º22.91%70.2%-
XYZ33.9539.3248.45-
YUV164.39136.24109.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=28.05%
G=35.57%
B=36.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381751790.230.0200.30185.8521.2462.16
Hex8AAFB317201Eba153e
Octal2122572632720362722576
Binary10001010101011111011001110111100111101011101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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