#A6CCD4

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

Shades of Regent St Blue #A6CCD4

Tints of Regent St Blue #A6CCD4

Color information

#A6CCD4 (or 0xA6CCD4) is unknown color: approx Regent St Blue. HEX triplet: A6, CC and D4. RGB value is (166,204,212). Sum of RGB (Red+Green+Blue) = 166+204+212=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 212 - color contains mainly: blue. Hex color #A6CCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCD4 is #59332B. Grayscale: #C1C1C1. Windows color (decimal): -5845804 or 13946022. OLE color: 13946022.

HSL color Cylindrical-coordinate representation of color #A6CCD4: hue angle of 190.43º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CCD4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166204212-
CMYK0.220.0400.17
HSL190.43º34.85%74.12%-
HSV(B)190.43º21.7%83.14%-
XYZ49.256.0570.51-
YUV193.55138.41108.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.52%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 212 (83.20% from 255) = 36.43%
R=28.52%
G=35.05%
B=36.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662042120.220.0400.17190.4334.8574.12
HexA6CCD4164011be234a
Octal24631432426402127643112
Binary10100110110011001101010010110100010001101111101000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCD4; }

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

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

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

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

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

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

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

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