#ACCCD1

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

Shades of Regent St Blue #ACCCD1

Tints of Regent St Blue #ACCCD1

Color information

#ACCCD1 (or 0xACCCD1) is unknown color: approx Regent St Blue. HEX triplet: AC, CC and D1. RGB value is (172,204,209). Sum of RGB (Red+Green+Blue) = 172+204+209=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACCCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCD1 is #53332E. Grayscale: #C2C2C2. Windows color (decimal): -5452591 or 13749420. OLE color: 13749420.

HSL color Cylindrical-coordinate representation of color #ACCCD1: hue angle of 188.11º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACCCD1 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172204209-
CMYK0.180.0200.18
HSL188.11º28.68%74.71%-
HSV(B)188.11º17.7%81.96%-
XYZ50.1156.5668.6-
YUV195135.9111.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=29.40%
G=34.87%
B=35.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722042090.180.0200.18188.1128.6874.71
HexACCCD1122012bc1d4b
Octal25431432122202227435113
Binary101011001100110011010001100101001001010111100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCD1; }

 p { color: rgb(172,204,209); }

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

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

 a { background-color: rgb(172,204,209); }

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

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

 span { border-color: rgb(172,204,209); }

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