#A3CDD7

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

Shades of Regent St Blue #A3CDD7

Tints of Regent St Blue #A3CDD7

Color information

#A3CDD7 (or 0xA3CDD7) is unknown color: approx Regent St Blue. HEX triplet: A3, CD and D7. RGB value is (163,205,215). Sum of RGB (Red+Green+Blue) = 163+205+215=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #A3CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDD7 is #5C3228. Grayscale: #C1C1C1. Windows color (decimal): -6042153 or 14142883. OLE color: 14142883.

HSL color Cylindrical-coordinate representation of color #A3CDD7: hue angle of 191.54º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3CDD7 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163205215-
CMYK0.240.0500.16
HSL191.54º39.39%74.12%-
HSV(B)191.54º24.19%84.31%-
XYZ49.256.3672.57-
YUV193.58140.09106.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.96%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=27.96%
G=35.16%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632052150.240.0500.16191.5439.3974.12
HexA3CDD7185010c0274a
Octal24331532730502030047112
Binary10100011110011011101011111000101010000110000001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDD7; }

 p { color: rgb(163,205,215); }

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

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

 a { background-color: rgb(163,205,215); }

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

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

 span { border-color: rgb(163,205,215); }

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