#AACFD4

Color #AACFD4 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #AACFD4

Tints of Regent St Blue #AACFD4

Color information

#AACFD4 (or 0xAACFD4) is unknown color: approx Regent St Blue. HEX triplet: AA, CF and D4. RGB value is (170,207,212). Sum of RGB (Red+Green+Blue) = 170+207+212=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #AACFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFD4 is #55302B. Grayscale: #C4C4C4. Windows color (decimal): -5582892 or 13946794. OLE color: 13946794.

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

Color convert

RGB170207212-
CMYK0.200.0200.17
HSL187.14º32.81%74.9%-
HSV(B)187.14º19.81%83.14%-
XYZ50.7757.9370.79-
YUV196.51136.74109.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=28.86%
G=35.14%
B=35.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702072120.200.0200.17187.1432.8174.9
HexAACFD4142011bb214b
Octal25231732424202127341113
Binary1010101011001111110101001010010010001101110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFD4; }

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

 H1.HeaderClassName
 {
   color: #AACFD4;
 }
 .AnyTagClassName
 {
   color: #AACFD4;
 }
</style>
background-color css

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

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

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

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

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

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