#ACCED3

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

Shades of Regent St Blue #ACCED3

Tints of Regent St Blue #ACCED3

Color information

#ACCED3 (or 0xACCED3) is unknown color: approx Regent St Blue. HEX triplet: AC, CE and D3. RGB value is (172,206,211). Sum of RGB (Red+Green+Blue) = 172+206+211=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACCED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCED3 is #53312C. Grayscale: #C4C4C4. Windows color (decimal): -5452077 or 13881004. OLE color: 13881004.

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

Color convert

RGB172206211-
CMYK0.180.0200.17
HSL187.69º30.71%75.1%-
HSV(B)187.69º18.48%82.75%-
XYZ50.8457.6270.07-
YUV196.4136.24110.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 211 (82.81% from 255) = 35.82%
R=29.20%
G=34.97%
B=35.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722062110.180.0200.17187.6930.7175.1
HexACCED3122011bc1f4b
Octal25431632322202127437113
Binary101011001100111011010011100101001000110111100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCED3; }

 p { color: rgb(172,206,211); }

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

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

 a { background-color: rgb(172,206,211); }

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

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

 span { border-color: rgb(172,206,211); }

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