#A0CCD9

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

Shades of Regent St Blue #A0CCD9

Tints of Regent St Blue #A0CCD9

Color information

#A0CCD9 (or 0xA0CCD9) is unknown color: approx Regent St Blue. HEX triplet: A0, CC and D9. RGB value is (160,204,217). Sum of RGB (Red+Green+Blue) = 160+204+217=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #A0CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CCD9 is #5F3326. Grayscale: #C0C0C0. Windows color (decimal): -6239015 or 14273696. OLE color: 14273696.

HSL color Cylindrical-coordinate representation of color #A0CCD9: hue angle of 193.68º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0CCD9 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160204217-
CMYK0.260.0600.15
HSL193.68º42.86%73.92%-
HSV(B)193.68º26.27%85.1%-
XYZ48.6155.6773.83-
YUV192.33141.92104.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.54%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=27.54%
G=35.11%
B=37.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602042170.260.0600.15193.6842.8673.92
HexA0CCD91A60Fc22b4a
Octal24031433132601730253112
Binary1010000011001100110110011101011001111110000101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CCD9; }

 p { color: rgb(160,204,217); }

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

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

 a { background-color: rgb(160,204,217); }

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

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

 span { border-color: rgb(160,204,217); }

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