#A3CADD

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

Shades of Regent St Blue #A3CADD

Tints of Regent St Blue #A3CADD

Color information

#A3CADD (or 0xA3CADD) is unknown color: approx Regent St Blue. HEX triplet: A3, CA and DD. RGB value is (163,202,221). Sum of RGB (Red+Green+Blue) = 163+202+221=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CADD is #5C3522. Grayscale: #C0C0C0. Windows color (decimal): -6042915 or 14535331. OLE color: 14535331.

HSL color Cylindrical-coordinate representation of color #A3CADD: hue angle of 199.66º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CADD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163202221-
CMYK0.260.0900.13
HSL199.66º46.03%75.29%-
HSV(B)199.66º26.24%86.67%-
XYZ49.2855.2576.47-
YUV192.5144.08106.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=27.82%
G=34.47%
B=37.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632022210.260.0900.13199.6646.0375.29
HexA3CADD1A90Dc82e4b
Octal243312335321101531056113
Binary10100011110010101101110111010100101101110010001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CADD; }

 p { color: rgb(163,202,221); }

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

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

 a { background-color: rgb(163,202,221); }

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

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

 span { border-color: rgb(163,202,221); }

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