#A5CCD3

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

Shades of Regent St Blue #A5CCD3

Tints of Regent St Blue #A5CCD3

Color information

#A5CCD3 (or 0xA5CCD3) is unknown color: approx Regent St Blue. HEX triplet: A5, CC and D3. RGB value is (165,204,211). Sum of RGB (Red+Green+Blue) = 165+204+211=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #A5CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCD3 is #5A332C. Grayscale: #C1C1C1. Windows color (decimal): -5911341 or 13880485. OLE color: 13880485.

HSL color Cylindrical-coordinate representation of color #A5CCD3: hue angle of 189.13º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5CCD3 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB165204211-
CMYK0.220.0300.17
HSL189.13º34.33%73.73%-
HSV(B)189.13º21.8%82.75%-
XYZ48.8755.8969.84-
YUV193.14138.08107.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.45%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 211 (82.81% from 255) = 36.38%
R=28.45%
G=35.17%
B=36.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652042110.220.0300.17189.1334.3373.73
HexA5CCD3163011bd224a
Octal24531432326302127542112
Binary1010010111001100110100111011011010001101111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCD3; }

 p { color: rgb(165,204,211); }

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

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

 a { background-color: rgb(165,204,211); }

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

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

 span { border-color: rgb(165,204,211); }

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