#A1CBDE

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

Shades of Regent St Blue #A1CBDE

Tints of Regent St Blue #A1CBDE

Color information

#A1CBDE (or 0xA1CBDE) is unknown color: approx Regent St Blue. HEX triplet: A1, CB and DE. RGB value is (161,203,222). Sum of RGB (Red+Green+Blue) = 161+203+222=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBDE is #5E3421. Grayscale: #C0C0C0. Windows color (decimal): -6173730 or 14601121. OLE color: 14601121.

HSL color Cylindrical-coordinate representation of color #A1CBDE: hue angle of 198.69º degrees, saturation: 0.48, 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 #A1CBDE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161203222-
CMYK0.270.0900.13
HSL198.69º48.03%75.1%-
HSV(B)198.69º27.48%87.06%-
XYZ49.2455.5677.24-
YUV192.61144.59105.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.47%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=27.47%
G=34.64%
B=37.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612032220.270.0900.13198.6948.0375.1
HexA1CBDE1B90Dc7304b
Octal241313336331101530760113
Binary10100001110010111101111011011100101101110001111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBDE; }

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

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

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

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

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

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

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

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