#A1CBDA

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

Shades of Regent St Blue #A1CBDA

Tints of Regent St Blue #A1CBDA

Color information

#A1CBDA (or 0xA1CBDA) is unknown color: approx Regent St Blue. HEX triplet: A1, CB and DA. RGB value is (161,203,218). Sum of RGB (Red+Green+Blue) = 161+203+218=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBDA is #5E3425. Grayscale: #C0C0C0. Windows color (decimal): -6173734 or 14338977. OLE color: 14338977.

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

Color convert

RGB161203218-
CMYK0.260.0700.15
HSL195.79º43.51%74.31%-
HSV(B)195.79º26.15%85.49%-
XYZ48.7155.3574.45-
YUV192.15142.59105.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.66%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=27.66%
G=34.88%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612032180.260.0700.15195.7943.5174.31
HexA1CBDA1A70Fc42c4a
Octal24131333232701730454112
Binary1010000111001011110110101101011101111110001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBDA; }

 p { color: rgb(161,203,218); }

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

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

 a { background-color: rgb(161,203,218); }

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

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

 span { border-color: rgb(161,203,218); }

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