Html Css Color HEX #8AA6AF Botticelli

📋 copy color: '#8AA6AF'

red 138 ◦ green 166 ◦ blue 175

#8AA6AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #8AA6AF

Tints of Botticelli #8AA6AF

RGB

 RED value IS 138 (54.3% from 255) = 28.81%

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 28.81%
G = 34.66%
B = 36.53%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8AA6AF (or 0x8AA6AF) is known color: Botticelli. HEX triplet: 8A, A6 and AF. RGB value is (138,166,175). Sum of RGB (Red+Green+Blue) = 138+166+175=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #8AA6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA6AF is #755950. Grayscale: #9E9E9E. Windows color (decimal): -7690577 or 11511434. OLE color: 11511434.

HSL color Cylindrical-coordinate representation of color #8AA6AF: hue angle of 194.59º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AA6AF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 166 175 -
CMYK 0.21 0.05 0 0.31
HSL 194.59º 0.19% 0.61% -
HSV(B) 194.59º 0.21% 0.69% -
XYZ 31.86 35.77 45.78 -
YUV 158.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 138 166 175 0.21 0.05 0 0.31 194.59 0.19 0.61
Hex 8A A6 AF 15 5 0 1F C3 13 3D
Octal 212 246 257 25 5 0 37 303 23 75
Binary 10001010 10100110 10101111 10101 101 0 11111 11000011 10011 111101

Color Harmonies of #8AA6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA6AF

Black with #8AA6AF

Text Example


Text Example

White with #8AA6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AA6AF;
 }
 .AnyTagClassName
 {
   color: #8AA6AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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