Html Css Color HEX #AAC7CF Regent St Blue

📋 copy color: '#AAC7CF'

red 170 ◦ green 199 ◦ blue 207

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

Shades of Regent St Blue #AAC7CF

Tints of Regent St Blue #AAC7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.55%

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 29.51%
G = 34.55%
B = 35.94%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AAC7CF (or 0xAAC7CF) is known color: Regent St Blue. HEX triplet: AA, C7 and CF. RGB value is (170,199,207). Sum of RGB (Red+Green+Blue) = 170+199+207=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAC7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7CF is #553830. Grayscale: #BFBFBF. Windows color (decimal): -5584945 or 13617066. OLE color: 13617066.

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

Color convert

RGB 170 199 207 -
CMYK 0.18 0.04 0 0.19
HSL 192.97º 0.28% 0.74% -
HSV(B) 192.97º 0.18% 0.81% -
XYZ 48.26 53.9 66.89 -
YUV 191.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 170 199 207 0.18 0.04 0 0.19 192.97 0.28 0.74
Hex AA C7 CF 12 4 0 13 C1 1C 4A
Octal 252 307 317 22 4 0 23 301 34 112
Binary 10101010 11000111 11001111 10010 100 0 10011 11000001 11100 1001010

Color Harmonies of #AAC7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7CF

Black with #AAC7CF

Text Example


Text Example

White with #AAC7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7CF; }

 p { color: rgb(170,199,207); }

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

background-color css

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

 a { background-color: rgb(170,199,207); }

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

border-color css

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

 span { border-color: rgb(170,199,207); }

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