#A1D0D9

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

Shades of Regent St Blue #A1D0D9

Tints of Regent St Blue #A1D0D9

Color information

#A1D0D9 (or 0xA1D0D9) is unknown color: approx Regent St Blue. HEX triplet: A1, D0 and D9. RGB value is (161,208,217). Sum of RGB (Red+Green+Blue) = 161+208+217=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #A1D0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0D9 is #5E2F26. Grayscale: #C2C2C2. Windows color (decimal): -6172455 or 14274721. OLE color: 14274721.

HSL color Cylindrical-coordinate representation of color #A1D0D9: hue angle of 189.64º 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 #A1D0D9 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161208217-
CMYK0.260.0400.15
HSL189.64º42.42%74.12%-
HSV(B)189.64º25.81%85.1%-
XYZ49.7857.774.16-
YUV194.97140.43103.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=27.47%
G=35.49%
B=37.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612082170.260.0400.15189.6442.4274.12
HexA1D0D91A40Fbe2a4a
Octal24132033132401727652112
Binary1010000111010000110110011101010001111101111101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0D9; }

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

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

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

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

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

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

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

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