#A1CDDB

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

Shades of Regent St Blue #A1CDDB

Tints of Regent St Blue #A1CDDB

Color information

#A1CDDB (or 0xA1CDDB) is unknown color: approx Regent St Blue. HEX triplet: A1, CD and DB. RGB value is (161,205,219). Sum of RGB (Red+Green+Blue) = 161+205+219=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #A1CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDDB is #5E3224. Grayscale: #C1C1C1. Windows color (decimal): -6173221 or 14405025. OLE color: 14405025.

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

Color convert

RGB161205219-
CMYK0.260.0600.14
HSL194.48º44.62%74.51%-
HSV(B)194.48º26.48%85.88%-
XYZ49.3256.3575.3-
YUV193.44142.42104.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.52%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=27.52%
G=35.04%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612052190.260.0600.14194.4844.6274.51
HexA1CDDB1A60Ec22d4b
Octal24131533332601630255113
Binary1010000111001101110110111101011001110110000101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDDB; }

 p { color: rgb(161,205,219); }

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

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

 a { background-color: rgb(161,205,219); }

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

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

 span { border-color: rgb(161,205,219); }

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