#A1CCD9

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

Shades of Regent St Blue #A1CCD9

Tints of Regent St Blue #A1CCD9

Color information

#A1CCD9 (or 0xA1CCD9) is unknown color: approx Regent St Blue. HEX triplet: A1, CC and D9. RGB value is (161,204,217). Sum of RGB (Red+Green+Blue) = 161+204+217=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #A1CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCD9 is #5E3326. Grayscale: #C0C0C0. Windows color (decimal): -6173479 or 14273697. OLE color: 14273697.

HSL color Cylindrical-coordinate representation of color #A1CCD9: hue angle of 193.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CCD9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161204217-
CMYK0.260.0600.15
HSL193.93º42.42%74.12%-
HSV(B)193.93º25.81%85.1%-
XYZ48.8255.7773.84-
YUV192.62141.75105.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.66%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 217 (85.16% from 255) = 37.29%
R=27.66%
G=35.05%
B=37.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612042170.260.0600.15193.9342.4274.12
HexA1CCD91A60Fc22a4a
Octal24131433132601730252112
Binary1010000111001100110110011101011001111110000101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCD9; }

 p { color: rgb(161,204,217); }

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

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

 a { background-color: rgb(161,204,217); }

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

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

 span { border-color: rgb(161,204,217); }

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