#A6CCDB

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

Shades of Regent St Blue #A6CCDB

Tints of Regent St Blue #A6CCDB

Color information

#A6CCDB (or 0xA6CCDB) is unknown color: approx Regent St Blue. HEX triplet: A6, CC and DB. RGB value is (166,204,219). Sum of RGB (Red+Green+Blue) = 166+204+219=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDB is #593324. Grayscale: #C2C2C2. Windows color (decimal): -5845797 or 14404774. OLE color: 14404774.

HSL color Cylindrical-coordinate representation of color #A6CCDB: hue angle of 196.98º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6CCDB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166204219-
CMYK0.240.0700.14
HSL196.98º42.4%75.49%-
HSV(B)196.98º24.2%85.88%-
XYZ50.156.4175.26-
YUV194.35141.91107.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.18%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=28.18%
G=34.63%
B=37.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662042190.240.0700.14196.9842.475.49
HexA6CCDB1870Ec52a4b
Octal24631433330701630552113
Binary1010011011001100110110111100011101110110001011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCDB; }

 p { color: rgb(166,204,219); }

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

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

 a { background-color: rgb(166,204,219); }

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

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

 span { border-color: rgb(166,204,219); }

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