Html Css Color HEX #9AADB4 Botticelli

📋 copy color: '#9AADB4'

red 154 ◦ green 173 ◦ blue 180

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

Shades of Botticelli #9AADB4

Tints of Botticelli #9AADB4

RGB

 RED value IS 154 (60.55% from 255) = 30.37%

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

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 30.37%
G = 34.12%
B = 35.5%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9AADB4 (or 0x9AADB4) is known color: Botticelli. HEX triplet: 9A, AD and B4. RGB value is (154,173,180). Sum of RGB (Red+Green+Blue) = 154+173+180=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #9AADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADB4 is #65524B. Grayscale: #A8A8A8. Windows color (decimal): -6640204 or 11840922. OLE color: 11840922.

HSL color Cylindrical-coordinate representation of color #9AADB4: hue angle of 196.15º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AADB4 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 173 180 -
CMYK 0.14 0.04 0 0.29
HSL 196.15º 0.15% 0.65% -
HSV(B) 196.15º 0.14% 0.71% -
XYZ 36.51 40.05 48.99 -
YUV 168.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 154 173 180 0.14 0.04 0 0.29 196.15 0.15 0.65
Hex 9A AD B4 E 4 0 1D C4 F 41
Octal 232 255 264 16 4 0 35 304 17 101
Binary 10011010 10101101 10110100 1110 100 0 11101 11000100 1111 1000001

Color Harmonies of #9AADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADB4

Black with #9AADB4

Text Example


Text Example

White with #9AADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AADB4; }

 p { color: rgb(154,173,180); }

 H1.HeaderClassName
 {
   color: #9AADB4;
 }
 .AnyTagClassName
 {
   color: #9AADB4;
 }
</style>

background-color css

<style>
 a { background-color: #9AADB4; }

 a { background-color: rgb(154,173,180); }

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

border-color css

<style>
 span { border-color: #9AADB4; }

 span { border-color: rgb(154,173,180); }

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