#8AB6B7

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

Shades of Botticelli #8AB6B7

Tints of Botticelli #8AB6B7

Color information

#8AB6B7 (or 0x8AB6B7) is unknown color: approx Botticelli. HEX triplet: 8A, B6 and B7. RGB value is (138,182,183). Sum of RGB (Red+Green+Blue) = 138+182+183=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #8AB6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6B7 is #754948. Grayscale: #A8A8A8. Windows color (decimal): -7686473 or 12039818. OLE color: 12039818.

HSL color Cylindrical-coordinate representation of color #8AB6B7: hue angle of 181.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB6B7 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB138182183-
CMYK0.250.0100.28
HSL181.33º23.81%62.94%-
HSV(B)181.33º24.59%71.76%-
XYZ35.7642.2851.08-
YUV168.96135.92105.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=27.44%
G=36.18%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381821830.250.0100.28181.3323.8162.94
Hex8AB6B719101Cb5183f
Octal2122662673110342653077
Binary1000101010110110101101111100110111001011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,183); }

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

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

 a { background-color: rgb(138,182,183); }

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

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

 span { border-color: rgb(138,182,183); }

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