#A7D0D6

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

Shades of Regent St Blue #A7D0D6

Tints of Regent St Blue #A7D0D6

Color information

#A7D0D6 (or 0xA7D0D6) is unknown color: approx Regent St Blue. HEX triplet: A7, D0 and D6. RGB value is (167,208,214). Sum of RGB (Red+Green+Blue) = 167+208+214=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #A7D0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D0D6 is #582F29. Grayscale: #C4C4C4. Windows color (decimal): -5779242 or 14078119. OLE color: 14078119.

HSL color Cylindrical-coordinate representation of color #A7D0D6: hue angle of 187.66º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D0D6 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167208214-
CMYK0.220.0300.16
HSL187.66º36.43%74.71%-
HSV(B)187.66º21.96%83.92%-
XYZ50.6358.1872.18-
YUV196.42137.92107.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.35%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=28.35%
G=35.31%
B=36.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672082140.220.0300.16187.6636.4374.71
HexA7D0D6163010bc244b
Octal24732032626302027444113
Binary1010011111010000110101101011011010000101111001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D0D6; }

 p { color: rgb(167,208,214); }

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

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

 a { background-color: rgb(167,208,214); }

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

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

 span { border-color: rgb(167,208,214); }

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