#A1CFDC

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

Shades of Regent St Blue #A1CFDC

Tints of Regent St Blue #A1CFDC

Color information

#A1CFDC (or 0xA1CFDC) is unknown color: approx Regent St Blue. HEX triplet: A1, CF and DC. RGB value is (161,207,220). Sum of RGB (Red+Green+Blue) = 161+207+220=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFDC is #5E3023. Grayscale: #C2C2C2. Windows color (decimal): -6172708 or 14471073. OLE color: 14471073.

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

Color convert

RGB161207220-
CMYK0.270.0600.14
HSL193.22º45.74%74.71%-
HSV(B)193.22º26.82%86.27%-
XYZ49.9357.3776.15-
YUV194.73142.26103.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=27.38%
G=35.20%
B=37.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612072200.270.0600.14193.2245.7474.71
HexA1CFDC1B60Ec12e4b
Octal24131733433601630156113
Binary1010000111001111110111001101111001110110000011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFDC; }

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

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

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

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

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

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

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

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