#A7CFD9

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

Shades of Regent St Blue #A7CFD9

Tints of Regent St Blue #A7CFD9

Color information

#A7CFD9 (or 0xA7CFD9) is unknown color: approx Regent St Blue. HEX triplet: A7, CF and D9. RGB value is (167,207,217). Sum of RGB (Red+Green+Blue) = 167+207+217=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #A7CFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFD9 is #583026. Grayscale: #C4C4C4. Windows color (decimal): -5779495 or 14274471. OLE color: 14274471.

HSL color Cylindrical-coordinate representation of color #A7CFD9: hue angle of 192º 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 #A7CFD9 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167207217-
CMYK0.230.0500.15
HSL192º39.68%75.29%-
HSV(B)192º23.04%85.1%-
XYZ50.7757.8574.14-
YUV196.18139.75107.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.26%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 217 (85.16% from 255) = 36.72%
R=28.26%
G=35.03%
B=36.72%

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
Decimal1672072170.230.0500.1519239.6875.29
HexA7CFD91750Fc0284b
Octal24731733127501730050113
Binary1010011111001111110110011011110101111110000001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFD9; }

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

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

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

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

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

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

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

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