#A6CCD2

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

Shades of Regent St Blue #A6CCD2

Tints of Regent St Blue #A6CCD2

Color information

#A6CCD2 (or 0xA6CCD2) is unknown color: approx Regent St Blue. HEX triplet: A6, CC and D2. RGB value is (166,204,210). Sum of RGB (Red+Green+Blue) = 166+204+210=580 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.62% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #A6CCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCD2 is #59332D. Grayscale: #C1C1C1. Windows color (decimal): -5845806 or 13814950. OLE color: 13814950.

HSL color Cylindrical-coordinate representation of color #A6CCD2: hue angle of 188.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6CCD2 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166204210-
CMYK0.210.0300.18
HSL188.18º32.84%73.73%-
HSV(B)188.18º20.95%82.35%-
XYZ48.9555.9569.19-
YUV193.32137.41108.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.62%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=28.62%
G=35.17%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662042100.210.0300.18188.1832.8473.73
HexA6CCD2153012bc214a
Octal24631432225302227441112
Binary1010011011001100110100101010111010010101111001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCD2; }

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

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

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

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

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

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

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

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