#A6CCDA

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

Shades of Regent St Blue #A6CCDA

Tints of Regent St Blue #A6CCDA

Color information

#A6CCDA (or 0xA6CCDA) is unknown color: approx Regent St Blue. HEX triplet: A6, CC and DA. RGB value is (166,204,218). Sum of RGB (Red+Green+Blue) = 166+204+218=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #A6CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDA is #593325. Grayscale: #C2C2C2. Windows color (decimal): -5845798 or 14339238. OLE color: 14339238.

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

Color convert

RGB166204218-
CMYK0.240.0600.15
HSL196.15º41.27%75.29%-
HSV(B)196.15º23.85%85.49%-
XYZ49.9756.3574.57-
YUV194.23141.41107.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.23%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=28.23%
G=34.69%
B=37.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662042180.240.0600.15196.1541.2775.29
HexA6CCDA1860Fc4294b
Octal24631433230601730451113
Binary1010011011001100110110101100011001111110001001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCDA; }

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

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

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

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

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

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

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

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