Html Css Color HEX #AAC5CD Regent St Blue

📋 copy color: '#AAC5CD'

red 170 ◦ green 197 ◦ blue 205

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

Shades of Regent St Blue #AAC5CD

Tints of Regent St Blue #AAC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.44%

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 29.72%
G = 34.44%
B = 35.84%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAC5CD (or 0xAAC5CD) is known color: Regent St Blue. HEX triplet: AA, C5 and CD. RGB value is (170,197,205). Sum of RGB (Red+Green+Blue) = 170+197+205=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CD is #553A32. Grayscale: #BDBDBD. Windows color (decimal): -5585459 or 13485482. OLE color: 13485482.

HSL color Cylindrical-coordinate representation of color #AAC5CD: hue angle of 193.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC5CD is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 197 205 -
CMYK 0.17 0.04 0 0.20
HSL 193.71º 0.26% 0.74% -
HSV(B) 193.71º 0.17% 0.8% -
XYZ 47.56 52.89 65.46 -
YUV 189.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 170 197 205 0.17 0.04 0 0.20 193.71 0.26 0.74
Hex AA C5 CD 11 4 0 14 C2 1A 4A
Octal 252 305 315 21 4 0 24 302 32 112
Binary 10101010 11000101 11001101 10001 100 0 10100 11000010 11010 1001010

Color Harmonies of #AAC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5CD

Black with #AAC5CD

Text Example


Text Example

White with #AAC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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