Html Css Color HEX #AAC9D9 Regent St Blue

📋 copy color: '#AAC9D9'

red 170 ◦ green 201 ◦ blue 217

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

Shades of Regent St Blue #AAC9D9

Tints of Regent St Blue #AAC9D9

RGB

 RED value IS 170 (66.8% from 255) = 28.91%

 GREEN value IS 201 (78.91% from 255) = 34.18%

 BLUE value IS 217 (85.16% from 255) = 36.9%

R = 28.91%
G = 34.18%
B = 36.9%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC9D9 (or 0xAAC9D9) is known color: Regent St Blue. HEX triplet: AA, C9 and D9. RGB value is (170,201,217). Sum of RGB (Red+Green+Blue) = 170+201+217=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAC9D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9D9 is #553626. Grayscale: #C1C1C1. Windows color (decimal): -5584423 or 14272938. OLE color: 14272938.

HSL color Cylindrical-coordinate representation of color #AAC9D9: hue angle of 200.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAC9D9 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 201 217 -
CMYK 0.22 0.07 0 0.15
HSL 200.43º 0.38% 0.76% -
HSV(B) 200.43º 0.22% 0.85% -
XYZ 49.99 55.33 73.69 -
YUV 193.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 170 201 217 0.22 0.07 0 0.15 200.43 0.38 0.76
Hex AA C9 D9 16 7 0 F C8 26 4C
Octal 252 311 331 26 7 0 17 310 46 114
Binary 10101010 11001001 11011001 10110 111 0 1111 11001000 100110 1001100

Color Harmonies of #AAC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9D9

Black with #AAC9D9

Text Example


Text Example

White with #AAC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9D9; }

 p { color: rgb(170,201,217); }

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

background-color css

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

 a { background-color: rgb(170,201,217); }

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

border-color css

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

 span { border-color: rgb(170,201,217); }

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