#A5CDDB

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

Shades of Regent St Blue #A5CDDB

Tints of Regent St Blue #A5CDDB

Color information

#A5CDDB (or 0xA5CDDB) is unknown color: approx Regent St Blue. HEX triplet: A5, CD and DB. RGB value is (165,205,219). Sum of RGB (Red+Green+Blue) = 165+205+219=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A5CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDDB is #5A3224. Grayscale: #C2C2C2. Windows color (decimal): -5911077 or 14405029. OLE color: 14405029.

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

Color convert

RGB165205219-
CMYK0.250.0600.14
HSL195.56º42.86%75.29%-
HSV(B)195.56º24.66%85.88%-
XYZ50.1356.7875.33-
YUV194.64141.75106.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=28.01%
G=34.80%
B=37.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652052190.250.0600.14195.5642.8675.29
HexA5CDDB1960Ec42b4b
Octal24531533331601630453113
Binary1010010111001101110110111100111001110110001001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDDB; }

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

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

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

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

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

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

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

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