Html Css Color HEX #AACCD4 Regent St Blue

📋 copy color: '#AACCD4'

red 170 ◦ green 204 ◦ blue 212

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

Shades of Regent St Blue #AACCD4

Tints of Regent St Blue #AACCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.18%

R = 29.01%
G = 34.81%
B = 36.18%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AACCD4 (or 0xAACCD4) is known color: Regent St Blue. HEX triplet: AA, CC and D4. RGB value is (170,204,212). Sum of RGB (Red+Green+Blue) = 170+204+212=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 212 - color contains mainly: blue. Hex color #AACCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD4 is #55332B. Grayscale: #C2C2C2. Windows color (decimal): -5583660 or 13946026. OLE color: 13946026.

HSL color Cylindrical-coordinate representation of color #AACCD4: hue angle of 191.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACCD4 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 204 212 -
CMYK 0.20 0.04 0 0.17
HSL 191.43º 0.33% 0.75% -
HSV(B) 191.43º 0.2% 0.83% -
XYZ 50.05 56.49 70.55 -
YUV 194.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 170 204 212 0.20 0.04 0 0.17 191.43 0.33 0.75
Hex AA CC D4 14 4 0 11 BF 21 4B
Octal 252 314 324 24 4 0 21 277 41 113
Binary 10101010 11001100 11010100 10100 100 0 10001 10111111 100001 1001011

Color Harmonies of #AACCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCD4

Black with #AACCD4

Text Example


Text Example

White with #AACCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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