Html Css Color HEX #AACCD1 Regent St Blue

📋 copy color: '#AACCD1'

red 170 ◦ green 204 ◦ blue 209

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

Shades of Regent St Blue #AACCD1

Tints of Regent St Blue #AACCD1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

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

R = 29.16%
G = 34.99%
B = 35.85%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AACCD1 (or 0xAACCD1) is known color: Regent St Blue. HEX triplet: AA, CC and D1. RGB value is (170,204,209). Sum of RGB (Red+Green+Blue) = 170+204+209=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #AACCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD1 is #55332E. Grayscale: #C2C2C2. Windows color (decimal): -5583663 or 13749418. OLE color: 13749418.

HSL color Cylindrical-coordinate representation of color #AACCD1: hue angle of 187.69º 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 #AACCD1 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 204 209 -
CMYK 0.19 0.02 0 0.18
HSL 187.69º 0.3% 0.74% -
HSV(B) 187.69º 0.19% 0.82% -
XYZ 49.68 56.34 68.58 -
YUV 194.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 170 204 209 0.19 0.02 0 0.18 187.69 0.3 0.74
Hex AA CC D1 13 2 0 12 BC 1E 4A
Octal 252 314 321 23 2 0 22 274 36 112
Binary 10101010 11001100 11010001 10011 10 0 10010 10111100 11110 1001010

Color Harmonies of #AACCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCD1

Black with #AACCD1

Text Example


Text Example

White with #AACCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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