Html Css Color HEX #8AADBA Botticelli

📋 copy color: '#8AADBA'

red 138 ◦ green 173 ◦ blue 186

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

Shades of Botticelli #8AADBA

Tints of Botticelli #8AADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 27.77%
G = 34.81%
B = 37.42%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8AADBA (or 0x8AADBA) is known color: Botticelli. HEX triplet: 8A, AD and BA. RGB value is (138,173,186). Sum of RGB (Red+Green+Blue) = 138+173+186=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADBA is #755245. Grayscale: #A3A3A3. Windows color (decimal): -7688774 or 12234122. OLE color: 12234122.

HSL color Cylindrical-coordinate representation of color #8AADBA: hue angle of 196.25º 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 #8AADBA is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 173 186 -
CMYK 0.26 0.07 0 0.27
HSL 196.25º 0.26% 0.64% -
HSV(B) 196.25º 0.26% 0.73% -
XYZ 34.29 38.84 52.14 -
YUV 164.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 138 173 186 0.26 0.07 0 0.27 196.25 0.26 0.64
Hex 8A AD BA 1A 7 0 1B C4 1A 40
Octal 212 255 272 32 7 0 33 304 32 100
Binary 10001010 10101101 10111010 11010 111 0 11011 11000100 11010 1000000

Color Harmonies of #8AADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AADBA

Black with #8AADBA

Text Example


Text Example

White with #8AADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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