Html Css Color HEX #8AA5AE Botticelli

📋 copy color: '#8AA5AE'

red 138 ◦ green 165 ◦ blue 174

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

Shades of Botticelli #8AA5AE

Tints of Botticelli #8AA5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 28.93%
G = 34.59%
B = 36.48%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8AA5AE (or 0x8AA5AE) is known color: Botticelli. HEX triplet: 8A, A5 and AE. RGB value is (138,165,174). Sum of RGB (Red+Green+Blue) = 138+165+174=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #8AA5AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA5AE is #755A51. Grayscale: #9D9D9D. Windows color (decimal): -7690834 or 11445642. OLE color: 11445642.

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

Color convert

RGB 138 165 174 -
CMYK 0.21 0.05 0 0.32
HSL 195º 0.18% 0.61% -
HSV(B) 195º 0.21% 0.68% -
XYZ 31.58 35.37 45.21 -
YUV 157.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 138 165 174 0.21 0.05 0 0.32 195 0.18 0.61
Hex 8A A5 AE 15 5 0 20 C3 12 3D
Octal 212 245 256 25 5 0 40 303 22 75
Binary 10001010 10100101 10101110 10101 101 0 100000 11000011 10010 111101

Color Harmonies of #8AA5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5AE

Black with #8AA5AE

Text Example


Text Example

White with #8AA5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,174); }

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

background-color css

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

 a { background-color: rgb(138,165,174); }

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

border-color css

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

 span { border-color: rgb(138,165,174); }

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