Html Css Color HEX #9AB4B7 Botticelli

📋 copy color: '#9AB4B7'

red 154 ◦ green 180 ◦ blue 183

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

Shades of Botticelli #9AB4B7

Tints of Botticelli #9AB4B7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 29.79%
G = 34.82%
B = 35.4%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9AB4B7 (or 0x9AB4B7) is known color: Botticelli. HEX triplet: 9A, B4 and B7. RGB value is (154,180,183). Sum of RGB (Red+Green+Blue) = 154+180+183=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 183 - color contains mainly: blue. Hex color #9AB4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4B7 is #654B48. Grayscale: #ACACAC. Windows color (decimal): -6638409 or 12039322. OLE color: 12039322.

HSL color Cylindrical-coordinate representation of color #9AB4B7: hue angle of 186.21º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB4B7 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 180 183 -
CMYK 0.16 0.02 0 0.28
HSL 186.21º 0.17% 0.66% -
HSV(B) 186.21º 0.16% 0.72% -
XYZ 38.19 42.93 51.07 -
YUV 172.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 154 180 183 0.16 0.02 0 0.28 186.21 0.17 0.66
Hex 9A B4 B7 10 2 0 1C BA 11 42
Octal 232 264 267 20 2 0 34 272 21 102
Binary 10011010 10110100 10110111 10000 10 0 11100 10111010 10001 1000010

Color Harmonies of #9AB4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4B7

Black with #9AB4B7

Text Example


Text Example

White with #9AB4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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