Html Css Color HEX #AAC4D1 Regent St Blue

📋 copy color: '#AAC4D1'

red 170 ◦ green 196 ◦ blue 209

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

Shades of Regent St Blue #AAC4D1

Tints of Regent St Blue #AAC4D1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.09%

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 29.57%
G = 34.09%
B = 36.35%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAC4D1 (or 0xAAC4D1) is known color: Regent St Blue. HEX triplet: AA, C4 and D1. RGB value is (170,196,209). Sum of RGB (Red+Green+Blue) = 170+196+209=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAC4D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4D1 is #553B2E. Grayscale: #BDBDBD. Windows color (decimal): -5585711 or 13747370. OLE color: 13747370.

HSL color Cylindrical-coordinate representation of color #AAC4D1: hue angle of 200º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC4D1 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 196 209 -
CMYK 0.19 0.06 0 0.18
HSL 200º 0.3% 0.74% -
HSV(B) 200º 0.19% 0.82% -
XYZ 47.83 52.63 67.96 -
YUV 189.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 170 196 209 0.19 0.06 0 0.18 200 0.3 0.74
Hex AA C4 D1 13 6 0 12 C8 1E 4A
Octal 252 304 321 23 6 0 22 310 36 112
Binary 10101010 11000100 11010001 10011 110 0 10010 11001000 11110 1001010

Color Harmonies of #AAC4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC4D1

Black with #AAC4D1

Text Example


Text Example

White with #AAC4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC4D1; }

 p { color: rgb(170,196,209); }

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

background-color css

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

 a { background-color: rgb(170,196,209); }

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

border-color css

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

 span { border-color: rgb(170,196,209); }

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