Html Css Color HEX #AACDD3 Regent St Blue

📋 copy color: '#AACDD3'

red 170 ◦ green 205 ◦ blue 211

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

Shades of Regent St Blue #AACDD3

Tints of Regent St Blue #AACDD3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.98%

 BLUE value IS 211 (82.81% from 255) = 36.01%

R = 29.01%
G = 34.98%
B = 36.01%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AACDD3 (or 0xAACDD3) is known color: Regent St Blue. HEX triplet: AA, CD and D3. RGB value is (170,205,211). Sum of RGB (Red+Green+Blue) = 170+205+211=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 211 - color contains mainly: blue. Hex color #AACDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD3 is #55322C. Grayscale: #C3C3C3. Windows color (decimal): -5583405 or 13880746. OLE color: 13880746.

HSL color Cylindrical-coordinate representation of color #AACDD3: hue angle of 188.78º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACDD3 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 205 211 -
CMYK 0.19 0.03 0 0.17
HSL 188.78º 0.32% 0.75% -
HSV(B) 188.78º 0.19% 0.83% -
XYZ 50.17 56.91 69.97 -
YUV 195.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 170 205 211 0.19 0.03 0 0.17 188.78 0.32 0.75
Hex AA CD D3 13 3 0 11 BD 20 4B
Octal 252 315 323 23 3 0 21 275 40 113
Binary 10101010 11001101 11010011 10011 11 0 10001 10111101 100000 1001011

Color Harmonies of #AACDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDD3

Black with #AACDD3

Text Example


Text Example

White with #AACDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDD3; }

 p { color: rgb(170,205,211); }

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

background-color css

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

 a { background-color: rgb(170,205,211); }

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

border-color css

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

 span { border-color: rgb(170,205,211); }

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