#A7CED9

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

Shades of Regent St Blue #A7CED9

Tints of Regent St Blue #A7CED9

Color information

#A7CED9 (or 0xA7CED9) is unknown color: approx Regent St Blue. HEX triplet: A7, CE and D9. RGB value is (167,206,217). Sum of RGB (Red+Green+Blue) = 167+206+217=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #A7CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CED9 is #583126. Grayscale: #C3C3C3. Windows color (decimal): -5779751 or 14274215. OLE color: 14274215.

HSL color Cylindrical-coordinate representation of color #A7CED9: hue angle of 193.2º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7CED9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167206217-
CMYK0.230.0500.15
HSL193.2º39.68%75.29%-
HSV(B)193.2º23.04%85.1%-
XYZ50.5357.3774.06-
YUV195.59140.08107.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.31%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=28.31%
G=34.92%
B=36.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672062170.230.0500.15193.239.6875.29
HexA7CED91750Fc1284b
Octal24731633127501730150113
Binary1010011111001110110110011011110101111110000011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CED9; }

 p { color: rgb(167,206,217); }

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

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

 a { background-color: rgb(167,206,217); }

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

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

 span { border-color: rgb(167,206,217); }

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