#A1CFDD

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

Shades of Regent St Blue #A1CFDD

Tints of Regent St Blue #A1CFDD

Color information

#A1CFDD (or 0xA1CFDD) is unknown color: approx Regent St Blue. HEX triplet: A1, CF and DD. RGB value is (161,207,221). Sum of RGB (Red+Green+Blue) = 161+207+221=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFDD is #5E3022. Grayscale: #C2C2C2. Windows color (decimal): -6172707 or 14536609. OLE color: 14536609.

HSL color Cylindrical-coordinate representation of color #A1CFDD: hue angle of 194º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CFDD is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161207221-
CMYK0.270.0600.13
HSL194º46.87%74.9%-
HSV(B)194º27.15%86.67%-
XYZ50.0657.4276.85-
YUV194.84142.76103.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=27.33%
G=35.14%
B=37.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612072210.270.0600.1319446.8774.9
HexA1CFDD1B60Dc22f4b
Octal24131733533601530257113
Binary1010000111001111110111011101111001101110000101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFDD; }

 p { color: rgb(161,207,221); }

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

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

 a { background-color: rgb(161,207,221); }

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

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

 span { border-color: rgb(161,207,221); }

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